..
__sceAudio.cpp
iOS: fix significant audio stutter.
2013-03-17 11:32:57 -07:00
__sceAudio.h
FunctionWrappers.h
Update native. some stubs and a buildfix.
2013-03-21 20:24:47 +01:00
HLE.cpp
Prevent waiting on semas while dispatch disabled.
2013-03-24 23:30:32 -07:00
HLE.h
Prevent waiting on semas while dispatch disabled.
2013-03-24 23:30:32 -07:00
HLETables.cpp
Add sceGameUpdate
2013-03-19 08:00:29 +08:00
HLETables.h
sceAtrac.cpp
Handle fragmented atrac IDs better.
2013-03-22 08:25:14 -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
Adjust hcount a little
2013-03-21 22:59:46 +01: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
sceHprm.h
sceHttp.cpp
Fix small issue with open dialog path, remove dupe hle func, add and reorder some
2013-03-29 11:15:54 +01: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
Track unknown sceIoIoctl commands better.
2013-03-29 01:54:04 -07:00
sceIo.h
sceKernel.cpp
Merge pull request #1071 from unknownbrackets/dispatch
2013-03-25 00:58:37 -07: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
sceKernelEventFlag.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelEventFlag.h
sceKernelInterrupt.cpp
Oops, sceKernelCheckThreadStack was already implemented. Let's hope both copies are the same.
2013-03-23 14:41:13 +01:00
sceKernelInterrupt.h
Don't reschedule while interrupts are disabled.
2013-03-24 19:43:56 -07:00
sceKernelMbx.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelMbx.h
sceKernelMemory.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelMemory.h
sceKernelModule.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelModule.h
sceKernelMsgPipe.cpp
Cut down on h files including PointerWrap.
2013-02-04 08:26:59 -08:00
sceKernelMsgPipe.h
sceKernelMutex.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelMutex.h
Implement sceKernelReferLwMutexStatus() and ByID().
2013-02-24 22:50:48 -08:00
sceKernelSemaphore.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelSemaphore.h
sceKernelThread.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelThread.h
Prevent waiting on semas while dispatch disabled.
2013-03-24 23:30: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
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceKernelVTimer.h
Implement DoState in VTimer
2013-03-02 17:23:28 +01:00
sceMpeg.cpp
Track unknown sceIoIoctl commands better.
2013-03-29 01:54:04 -07:00
sceMpeg.h
Cut down on h files including PointerWrap.
2013-02-04 08:26:59 -08:00
sceNet.cpp
Report corrupt elfs (if reporting enabled). Some stubs.
2013-03-25 00:08:46 +01:00
sceNet.h
Stubs and error checks. Fix a bad NID in sceUmd.
2013-03-24 22:41:42 +01:00
sceOpenPSID.cpp
sceOpenPSID.h
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
sceParseHttp.h
sceParseUri.cpp
sceParseUri.h
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
Fix accidentally switched statements in scePsmf.cpp?
2013-03-30 00:42:12 -04:00
scePsmf.h
scePspNpDrm_user.cpp
Update native. some stubs and a buildfix.
2013-03-21 20:24:47 +01:00
scePspNpDrm_user.h
DLC encryption
2013-02-24 19:27:37 +02:00
sceRtc.cpp
Eat some cpu cycles in sceRtcGetCurrentTick
2013-03-24 12:33:43 +01:00
sceRtc.h
sceSas.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceSas.h
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 small issue with open dialog path, remove dupe hle func, add and reorder some
2013-03-29 11:15:54 +01:00
sceUmd.h
sceUsb.cpp
Cut down on h files including PointerWrap.
2013-02-04 08:26:59 -08:00
sceUsb.h
sceUtility.cpp
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
sceUtility.h
Cut down on h files including PointerWrap.
2013-02-04 08:26:59 -08:00
sceVaudio.cpp
sceVaudio.h