Commit Graph
6340 Commits
Author SHA1 Message Date
raven02 6bafb7075a Revert cpufreq :) 2013-03-03 02:19:26 +08:00
raven02 aef53708dd Fake real cpu frequencies as well 2013-03-03 02:08:10 +08:00
Henrik Rydgård 8b8cc2fea6 Merge pull request #829 from raven02/patch-2
Add clear() for all channel release
2013-03-02 09:01:36 -08:00
Henrik Rydgård db8f56ef27 Merge pull request #830 from mikusp/vtimers
Implement DoState in VTimer
2013-03-02 09:00:28 -08:00
raven02 57dfd2fe90 add clear() for all channel release 2013-03-03 00:25:41 +08:00
Marcin Mikołajczyk faa837ad15 Implement DoState in VTimer 2013-03-02 17:23:28 +01:00
raven02 49d987552c Wrap sceDisplaySetFramebuf 2013-03-02 23:36:11 +08:00
Henrik Rydgård 611b9d4106 Merge pull request #824 from mikusp/vtimers
VTimer implementation
2013-03-02 06:25:36 -08:00
Marcin Mikołajczyk 6c0da111b5 Fake real pll and bus frequencies 2013-03-02 14:32:31 +01:00
Marcin Mikołajczyk 0a3bf01a9b VTimer implementation 2013-03-02 14:06:45 +01:00
Unknown W. Brackets 4249e0f6a8 Fix shutdown crash when there are open fonts. 2013-02-28 08:33:30 -08:00
Unknown W. Brackets 128d181558 Fix crash in sceFontClose().
Still some other issues but Fieldrunners now plays again with
tons of errors showing.
2013-02-28 08:27:05 -08:00
Unknown W. Brackets 4bb3da754b Umd typo fix, ouch. 2013-02-28 08:12:48 -08:00
Unknown W. Brackets a44e7e6d52 Buildfixes for Mac. 2013-02-28 08:07:33 -08:00
raven02 e319e2a7c2 Minor fix 2013-02-28 23:04:40 +08:00
raven02 50be9102e4 Fix crash when font sets not exists 2013-02-28 22:50:14 +08:00
raven02 127ee5d30f Create flash0:/font/ if not exists 2013-02-28 22:36:57 +08:00
Unknown W. Brackets 2104ebeaae Fix typo in sceKernelAllocPartitionMemory().
It sets it in the consturctor and terminates it properly there.
2013-02-28 02:14:06 -08:00
Henrik Rydgård 556f16eb03 Merge pull request #814 from unknownbrackets/memory
sceKernelPartitionMemory() alignment/errors (review?)
2013-02-28 00:23:27 -08:00
Unknown W. Brackets 1e3f5477c3 Don't leak block on allocation failure. 2013-02-28 00:19:48 -08:00
Unknown W. Brackets eab7777ec3 Clean up some magic numbers, oops. 2013-02-27 23:01:44 -08:00
Unknown W. Brackets 4631fd7c6f Keep track of the PMB name like other objects. 2013-02-27 22:35:53 -08:00
Unknown W. Brackets d02879dbaf Fix PMB alignment and cleanup free/get. 2013-02-27 22:35:08 -08:00
Unknown W. Brackets 9eeb3d6ffd Support the other allocation types. 2013-02-27 22:32:29 -08:00
Unknown W. Brackets b4891fb7a7 Error checking in sceKernelAllocPartitionMemory().
Before, it was still returning a uid on fail, oops.
2013-02-27 22:32:29 -08:00
Henrik Rydgard aa06c1452e Allow mounting VFS directories. Used to provide flash0 from within APK on Android. 2013-02-27 17:41:40 +01:00
Henrik Rydgard ba0362d817 PGF font support. Mostly an adaptation and cleanup of JPCSP's font system. 2013-02-27 17:41:39 +01:00
tpu 11dd7c57ac PGF font works!
Please put font file from flash0:/font/ to Flash/font/
2013-02-27 23:49:57 +08:00
Unknown W. Brackets 12a393f747 Update the umd callback right away.
This fixes umd/callbacks/umd.
2013-02-25 15:34:20 -08:00
Unknown W. Brackets 0b6574ce67 Properly wake threads on sceUmdActivate().
And also delay it a bit since the PSP seems to.
2013-02-25 14:04:48 -08:00
raven02 a569fd4a18 Add INFO_LOG for PGD DRM decryption 2013-02-25 23:31:32 +08:00
tpu ffd3e76878 add basic PGF font code. 2013-02-25 23:00:04 +08:00
Unknown W. Brackets 37dffb6210 Implement sceKernelReferLwMutexStatus() and ByID(). 2013-02-24 22:50:48 -08:00
Unknown W. Brackets ad3152cb94 Fix sceKernelReferMutexStatus(). 2013-02-24 20:28:39 -08:00
Henrik Rydgård 7140ef01a4 Merge pull request #786 from unknownbrackets/warnings
Fix some more warnings
2013-02-24 10:58:41 -08:00
Unknown W. Brackets de7ada1982 Fix some x64 type warnings. 2013-02-24 10:39:06 -08:00
Unknown W. Brackets 64c42ffaf2 Fix some warnings generated by clang. 2013-02-24 10:23:31 -08:00
vakko 02371b2949 DLC encryption 2013-02-24 19:27:37 +02:00
tpu 25a54edc49 add pgd_close, match with pgd_open 2013-02-24 20:19:54 +08:00
tpu a4f65624c3 add PGD file support. 2013-02-24 16:28:40 +08:00
Unknown W. Brackets 31ada1ea07 Don't process threadsafe events from HLE.
Only from the runloop where blowing the jit cache is safe.
2013-02-22 00:40:36 -08:00
Unknown W. Brackets e085c3ee76 Fix crash on quit / pause not working. 2013-02-21 01:05:37 -08:00
Unknown W. Brackets 2bdc9dc491 Reset llBit on thread switch.
Never actually seen ll used, though... but this way it should
work as advertized, as long as a syscall doesn't happen in between...
2013-02-20 12:09:13 -08:00
Henrik Rydgard 588bd50b4d Must restore the new scheduled event 2013-02-19 01:02:31 +01:00
Henrik Rydgard 1aa3a657c0 Very rough and basic implementation of frameskipping. 2013-02-19 00:45:26 +01:00
Henrik Rydgard 7c91802e3c Add some infrastructure to be used for frameskipping 2013-02-19 00:45:26 +01:00
Henrik Rydgard cbb786c7f0 Restructure Windows "gameloop" to be more similar to others. 2013-02-19 00:45:25 +01:00
Unknown W. Brackets 51d5b84108 Fix some misc HLE warnings. 2013-02-18 09:04:43 -08:00
Unknown W. Brackets 363d1dbe19 Fix some misc. warnings. 2013-02-18 08:44:59 -08:00
Xele02 6339c2fc9a Correct crash when texture too small loaded in memory tex viewer
Correct current thread PC in the list.
2013-02-17 21:43:44 +01:00