ppsspp/Core/HLE
Unknown W. Brackets 339b2839b3 Finish implementing savestates for fonts.
Oops, missed this before.  Was crashing FF3 and games using custom fonts.
2013-03-20 23:37:57 -07:00
..
__sceAudio.cpp iOS: fix significant audio stutter. 2013-03-17 11:32:57 -07:00
__sceAudio.h Start save stating audio, plus minor fixes. 2012-12-28 13:55:29 -08:00
FunctionWrappers.h Correct WrapI_UUUI and IMP sceMpegAvcConvertToYuv420 2013-03-10 15:21:55 +08:00
HLE.cpp Add delays in some timing funcs that games tightloop. 2013-03-19 07:48:41 -07:00
HLE.h Add delays in some timing funcs that games tightloop. 2013-03-19 07:48:41 -07:00
HLETables.cpp Add sceGameUpdate 2013-03-19 08:00:29 +08:00
HLETables.h
sceAtrac.cpp Validate addresses when analyzing atrac. 2013-03-13 22:59:07 -07:00
sceAtrac.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceAudio.cpp add clear() for all channel release 2013-03-03 00:25:41 +08:00
sceAudio.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceChnnlsv.cpp Don't need separate variables for writemask. Some optimizations. 2013-02-16 09:28:55 +01:00
sceChnnlsv.h Save encryption. Load/Save encrypted/decrypted save 2013-01-29 00:11:02 +01:00
sceCtrl.cpp More signed compare warnings. 2013-03-02 15:34:16 -08:00
sceCtrl.h Fix linux build ^^ 2013-02-04 21:24:01 +01:00
sceDisplay.cpp Add delays in some timing funcs that games tightloop. 2013-03-19 07:48:41 -07:00
sceDisplay.h Handle the emit screenshot headless command. 2013-02-07 22:44:54 -08:00
sceDmac.cpp
sceDmac.h
sceFont.cpp Finish implementing savestates for fonts. 2013-03-20 23:37:57 -07:00
sceFont.h PGF font support. Mostly an adaptation and cleanup of JPCSP's font system. 2013-02-27 17:41:39 +01:00
sceGameUpdate.cpp Turn log level to ERROR 2013-03-19 20:54:26 +08:00
sceGameUpdate.h Add sceGameUpdate 2013-03-19 08:00:29 +08:00
sceGe.cpp Turn down sceGeContinue and sceGeBreak log level. 2013-03-04 19:52:10 +01:00
sceGe.h Cut down on rescheduling in sceGeListEnqueue. 2013-02-12 07:45:20 -08:00
sceHprm.cpp Add some Hprm functions and a small logging tweak 2013-01-04 09:04:27 +01:00
sceHprm.h
sceHttp.cpp Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceHttp.h
sceImpose.cpp Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceImpose.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceIo.cpp Add ERROR_PGD_INVALID_HEADER , 0x80510204 2013-03-19 07:53:21 +08:00
sceIo.h Make previous code cleaner 2013-01-02 19:42:15 +01:00
sceKernel.cpp Stub sceIoChstat and an icache invalidate function 2013-03-16 09:39:22 +01:00
sceKernel.h Avoid dynamic_cast() for threads where possible. 2013-03-16 11:17:44 -07:00
sceKernelAlarm.cpp Expand out some savestate code saving non-pod. 2013-02-04 08:26:59 -08:00
sceKernelAlarm.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelEventFlag.cpp Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceKernelEventFlag.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelInterrupt.cpp Turn down logging for things that can be inferred. 2013-03-10 22:56:24 -07:00
sceKernelInterrupt.h More signed compare warnings. 2013-03-02 15:34:16 -08:00
sceKernelMbx.cpp Simplify savestate code so it's all automagical. 2013-02-04 08:27:01 -08:00
sceKernelMbx.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelMemory.cpp Fix silly typo breaking alpha test in many cases. Make some log VERBOSE. 2013-03-11 19:40:47 +01:00
sceKernelMemory.h Cleanup the other vpl functions. 2013-01-18 01:38:15 -08:00
sceKernelModule.cpp Make HLE func delayed results more generic. 2013-03-09 11:42:15 -08:00
sceKernelModule.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelMsgPipe.cpp Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceKernelMsgPipe.h Implement a factory for kernel objects. 2012-12-28 13:55:22 -08:00
sceKernelMutex.cpp Turn down logging for LwMutexes. 2013-03-10 22:57:27 -07:00
sceKernelMutex.h Implement sceKernelReferLwMutexStatus() and ByID(). 2013-02-24 22:50:48 -08:00
sceKernelSemaphore.cpp Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceKernelSemaphore.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelThread.cpp Fix dumb typo in sceKernelRotateThreadReadyQueue(). 2013-03-20 14:11:13 -07:00
sceKernelThread.h Reschedule in sceIoLseek() etc. 2013-03-11 02:50:32 -07:00
sceKernelTime.cpp Add delays in some timing funcs that games tightloop. 2013-03-19 07:48:41 -07:00
sceKernelTime.h Usec2Sysclock fixes 2013-02-03 22:14:19 +01:00
sceKernelVTimer.cpp Fix some printf size warnings, signed warnings. 2013-03-02 15:34:15 -08:00
sceKernelVTimer.h Implement DoState in VTimer 2013-03-02 17:23:28 +01:00
sceMpeg.cpp Couple more minor warning fixes. 2013-03-15 08:19:02 -07:00
sceMpeg.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceNet.cpp Logging changes and cleanup 2013-03-15 21:01:57 +01:00
sceNet.h
sceOpenPSID.cpp Fake scesupPreAcc 2012-12-06 18:02:55 +00:00
sceOpenPSID.h Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceP3da.cpp Add sceP3da 2013-03-15 20:16:45 +08:00
sceP3da.h Add sceP3da 2013-03-15 20:16:45 +08:00
sceParseHttp.cpp Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceParseHttp.h Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceParseUri.cpp Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceParseUri.h Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
scePower.cpp make default to PSP_MODEL_FAT 2013-03-19 06:32:43 +08:00
scePower.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
scePsmf.cpp Buildfix 2013-03-12 09:51:50 +01:00
scePsmf.h Add __PsmfPlayerDoState(PointerWrap &p) to sceKernel 2013-01-20 16:24:49 +08:00
scePspNpDrm_user.cpp Actually register scePspNpDrm_user 2013-03-04 23:54:03 +01:00
scePspNpDrm_user.h DLC encryption 2013-02-24 19:27:37 +02:00
sceRtc.cpp Fix for Qt/Symbian. 2013-01-28 01:01:47 +10:00
sceRtc.h
sceSas.cpp Remove volume shift 2013-03-12 21:19:48 +08:00
sceSas.h Start save stating audio, plus minor fixes. 2012-12-28 13:55:29 -08:00
sceSsl.cpp Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceSsl.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceUmd.cpp Fix some printf size warnings, signed warnings. 2013-03-02 15:34:15 -08:00
sceUmd.h Save state of a bunch of small modules. 2012-12-28 13:55:28 -08:00
sceUsb.cpp Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceUsb.h Save state of a bunch of small modules. 2012-12-28 13:55:28 -08:00
sceUtility.cpp Add a resched delay to sceUtilitySavedataUpdate(). 2013-03-17 17:49:37 -07:00
sceUtility.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceVaudio.cpp Hacky implementation of sceVaudio, whatever the point of that API is... 2013-01-22 22:03:40 +01:00
sceVaudio.h Fake sceDisplayWaitVblankStartMulti 2012-12-06 18:02:56 +00:00