Henrik Rydgård
|
b22e27a537
|
Compat: Enforce "RequireDefaultCPUClock" by disabling overclocking for these games
Instead of just warning.
Fixes #12811
|
2023-12-07 14:06:41 +01:00 |
|
Unknown W. Brackets
|
edcc1a7104
|
HLE: Fix some type convert warnings.
Almost missed these.
|
2022-01-30 22:06:54 -08:00 |
|
Unknown W. Brackets
|
cc7366e63c
|
HLE: Add a few syscall names.
|
2021-10-18 06:50:18 -07:00 |
|
Unknown W. Brackets
|
6db0f5106c
|
Power: expose volatile memory lock/unlock funcs.
|
2021-01-18 10:37:12 -08:00 |
|
Unknown W. Brackets
|
b8342fb8ec
|
SaveState: Rename ChunkFile files to Serialize.
Makes more sense and less weird than ChunkFileDoMap, etc.
|
2020-08-10 08:04:05 +00:00 |
|
Unknown W. Brackets
|
4b4e3432cd
|
SaveState: Split Do() into a separate header.
|
2020-08-10 08:03:41 +00:00 |
|
Unknown W. Brackets
|
ad299ca92d
|
Power: Match reschedule timing better.
|
2019-04-14 15:06:32 -07:00 |
|
Unknown W. Brackets
|
bc4a203fcf
|
Power: Correct hz on update and improve resched.
It only reschedules when the PLL changes, which changes in steps. This
also reads back much more accurate Mhz for each of PLL, CPU, and bus.
|
2019-04-14 14:51:35 -07:00 |
|
Henrik Rydgård
|
89f0ffc1bc
|
Just reduce some log levels
|
2017-11-25 12:13:27 +01:00 |
|
LunaMoo
|
1b25959d86
|
Modify Hack for Crash Tag Team Racing to fix Gundam games
|
2017-02-03 01:13:02 +01:00 |
|
sum2012
|
d5a5d13a34
|
Add report for scePowerSetBusClockFrequency
|
2017-01-01 16:11:28 +08:00 |
|
sum2012
|
9aeb8c65d7
|
Fix scePowerSetClockFrequency
|
2016-12-30 07:01:37 +08:00 |
|
sum
|
d774f80bc2
|
oop
|
2016-09-06 19:51:59 +08:00 |
|
sum
|
94c8d6d8e4
|
remove space
|
2016-09-06 19:30:23 +08:00 |
|
sum
|
5d6c9701f2
|
Fix scePowerSetClockFrequency timing by JPCSPTrace
Fix #4523
|
2016-09-06 19:28:23 +08:00 |
|
Unknown W. Brackets
|
fcf0518223
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
|
Lioncash
|
4ccb838306
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
|
raven02
|
21e4dc60eb
|
Move POWER_VMEM_IN_USE to sceKernel.h
|
2014-04-27 20:50:11 +08:00 |
|
Felix-Dev
|
3f98fda8ed
|
Changed comment characters from /* */ to // .
|
2014-04-03 21:38:58 +02:00 |
|
Felix-Dev
|
d434435340
|
Core/HLE/sceKernel.h: Added name for PSP error code 0x80000023 and replaced the used if its error number with its error code name.
|
2014-04-03 18:42:10 +02:00 |
|
Felix-Dev
|
5fe0783593
|
Added name for PSP error code 0x80000023 and replaced the various uses of that error code number with its error code name.
|
2014-04-03 18:12:22 +02:00 |
|
Unknown W. Brackets
|
f55c81f096
|
Add some basic bounds checking for power freq sets.
|
2014-03-29 19:56:49 -07:00 |
|
Unknown W. Brackets
|
3b0924278c
|
Apply the volatile mem thread on the right thread.
Inside __KernelVolatileMemLock(), it applies also when unlocking when
waking another thread. This was causing the tests to hang and die.
|
2014-03-24 00:55:47 -07:00 |
|
Unknown W. Brackets
|
05ab192c9c
|
Reduce includes in Core/HLE/.
Especially templates.
|
2014-03-15 11:22:19 -07:00 |
|
Henrik Rydgard
|
5705496233
|
Reduce the delay in __KernelVolatileTryMemLock. However, it's still too large.
|
2014-03-15 10:51:16 +01:00 |
|