ppsspp/Core/HLE
Unknown W. Brackets cdacdee030 Match syscall names to nids ot be safe.
Don't want any more mistakes like the sceVaudio one.
2013-05-19 22:12:39 -07:00
..
__sceAudio.cpp Block audio output more correctly. 2013-05-19 12:31:47 -07:00
__sceAudio.h Block audio output more correctly. 2013-05-19 12:31:47 -07:00
FunctionWrappers.h Negative volume means unchanged, not error. 2013-05-19 10:42:22 -07:00
HLE.cpp Report unimplemented but known HLE functions. 2013-05-18 20:21:28 -07:00
HLE.h Prevent waiting on semas while dispatch disabled. 2013-03-24 23:30:32 -07:00
HLETables.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
HLETables.h Implement sceKernelExtendThreadStack(). 2013-05-18 20:21:28 -07:00
sceAtrac.cpp Add Mersenne Twister random number generator. 2013-05-20 00:57:45 +02:00
sceAtrac.h
sceAudio.cpp Don't overlay Vaudio with multichannel. 2013-05-19 15:46:24 -07:00
sceAudio.h Don't overlay Vaudio with multichannel. 2013-05-19 15:46:24 -07:00
sceChnnlsv.cpp
sceChnnlsv.h
sceCtrl.cpp Add basic support for the second analog stick present in the PS3 PSP emu for HD remakes. 2013-04-28 22:15:33 +02:00
sceCtrl.h Add basic support for the second analog stick present in the PS3 PSP emu for HD remakes. 2013-04-28 22:15:33 +02:00
sceDeflt.cpp Add missing debug log in sceDeflt. 2013-04-25 07:51:32 -07:00
sceDeflt.h Added sceZlibDecompress and VS2010 build fix 2013-04-05 13:26:54 +08:00
sceDisplay.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceDisplay.h Don't use PPGe for debug overlays. Fixes fps counter in games where it didn't work before. 2013-04-07 22:43:59 +02:00
sceDmac.cpp
sceDmac.h
sceFont.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceFont.h remove defines 2013-03-16 12:29:20 +08:00
sceGameUpdate.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceGameUpdate.h Add sceGameUpdate 2013-03-19 08:00:29 +08:00
sceGe.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceGe.h Delay GPU signals and waits to simulate cycles. 2013-04-07 17:05:11 -07:00
sceHprm.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceHprm.h
sceHttp.cpp Remove a duplicate syscall entry. 2013-05-12 16:51:01 -07:00
sceHttp.h Add new sceNp/scePauth and some stubs for unknown functions on THE IDOLM@STER SP. 2013-04-29 12:40:09 +09:00
sceImpose.cpp hide battery status icon 2013-04-28 11:02:20 +03:00
sceImpose.h
sceIo.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceIo.h
sceJpeg.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceJpeg.h Added sceJpeg & sceMd5 2013-05-15 19:49:34 +08:00
sceKernel.cpp Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
sceKernel.h Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceKernelAlarm.cpp Add some more debug logging for alarms. 2013-03-31 16:56:02 -07:00
sceKernelAlarm.h
sceKernelEventFlag.cpp Fix sema and event flag refer to check size. 2013-05-18 13:46:50 -07:00
sceKernelEventFlag.h
sceKernelInterrupt.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceKernelInterrupt.h Don't reschedule while interrupts are disabled. 2013-03-24 19:43:56 -07:00
sceKernelMbx.cpp Return negative for UnscheduleEvent(). 2013-04-05 20:44:17 -07:00
sceKernelMbx.h
sceKernelMemory.cpp Partially implement sceKernelPrintf(). 2013-05-19 17:32:17 -07:00
sceKernelMemory.h Basically working implementation of TLS funcs. 2013-04-14 16:36:02 -07:00
sceKernelModule.cpp Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
sceKernelModule.h
sceKernelMsgPipe.cpp Priority-based msgpipes never woke anyone. 2013-03-31 16:58:15 -07:00
sceKernelMsgPipe.h
sceKernelMutex.cpp Don't allow attr 0x400 for mutexes, report less. 2013-05-18 15:31:31 -07:00
sceKernelMutex.h
sceKernelSemaphore.cpp Report less for semaphores options with no size. 2013-05-18 16:34:35 -07:00
sceKernelSemaphore.h
sceKernelThread.cpp Minor cleanup 2013-05-19 18:45:58 +02:00
sceKernelThread.h Implement sceKernelExtendThreadStack(). 2013-05-18 20:21:28 -07:00
sceKernelTime.cpp Use a base time throughout rtc and kernel time. 2013-05-05 10:12:29 -07:00
sceKernelTime.h Replace some hleEatCycles() with actual PSP timing. 2013-05-04 23:42:10 -07:00
sceKernelVTimer.cpp Improve few functions in sceKernelVtimer 2013-04-09 08:32:13 +08:00
sceKernelVTimer.h
sceMd5.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceMd5.h Add Mersenne Twister random number generator. 2013-05-20 00:57:45 +02:00
sceMp3.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceMp3.h Separate sceMp3 from sceMpeg 2013-05-06 21:14:58 +08:00
sceMp4.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceMp4.h Add Register_sceMp4() 2013-04-28 08:25:30 +08:00
sceMpeg.cpp Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
sceMpeg.h Separate sceMp3 from sceMpeg 2013-05-06 21:14:58 +08:00
sceNet.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceNet.h Stubs and error checks. Fix a bad NID in sceUmd. 2013-03-24 22:41:42 +01:00
sceNp.cpp Added sceJpeg & sceMd5 2013-05-15 19:49:34 +08:00
sceNp.h Added sceJpeg & sceMd5 2013-05-15 19:49:34 +08:00
sceOpenPSID.cpp
sceOpenPSID.h
sceP3da.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceP3da.h Add sceP3da 2013-03-15 20:16:45 +08:00
sceParseHttp.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceParseHttp.h
sceParseUri.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceParseUri.h
scePauth.cpp UNIMPL functions replace DEBUG_LOG -> ERROR_LOG 2013-04-29 14:16:55 +09:00
scePauth.h Add new sceNp/scePauth and some stubs for unknown functions on THE IDOLM@STER SP. 2013-04-29 12:40:09 +09:00
scePower.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
scePower.h
scePsmf.cpp Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
scePsmf.h
scePspNpDrm_user.cpp add DLC support 2013-04-20 13:51:40 +08:00
scePspNpDrm_user.h
sceRtc.cpp Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
sceRtc.h Use a base time throughout rtc and kernel time. 2013-05-05 10:12:29 -07:00
sceSas.cpp Match syscall names to nids ot be safe. 2013-05-19 22:12:39 -07:00
sceSas.h
sceSsl.cpp
sceSsl.h
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
sceUsb.h
sceUtility.cpp Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
sceUtility.h Correct sceUtilityGetSystemParamString() per tests. 2013-04-20 09:37:47 -07:00
sceVaudio.cpp Add reporting to a bunch of unimpl functions. 2013-05-19 22:12:37 -07:00
sceVaudio.h Correct some error codes and init in Vaudio. 2013-05-19 15:50:52 -07:00