ppsspp/Core/HLE
2013-11-10 01:26:31 +00:00
..
__sceAudio.cpp Optimize the case where volume is 0x8000. 2013-10-29 08:24:55 -07:00
__sceAudio.h Revert "Merge pull request #4021 from bollu/master" 2013-10-07 20:26:10 +02:00
FunctionWrappers.h Implements a bunch of adhoc functions 2013-10-29 21:39:45 +00:00
HLE.cpp Cleanup: Remove a check that will never be true 2013-10-21 23:02:37 +02:00
HLE.h
HLETables.cpp Add a bunch of empty adhoc functions 2013-09-07 01:53:51 +02:00
HLETables.h
KernelWaitHelpers.h Refactor waiting thread removal. 2013-09-09 00:22:00 -07:00
proAdhoc.cpp Moves proAdhoc extra functions to a separate file 2013-11-10 01:26:31 +00:00
proAdhoc.h Moves proAdhoc extra functions to a separate file 2013-11-10 01:26:31 +00:00
sceAtrac.cpp Respect the bgm vol setting for at3, mp3, video. 2013-10-26 19:33:25 -07:00
sceAtrac.h
sceAudio.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceAudio.h
sceAudiocodec.cpp Let's actually use the log category mechanism. A first step. 2013-09-07 21:19:21 +02:00
sceAudiocodec.h
sceCcc.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceCcc.h
sceChnnlsv.cpp
sceChnnlsv.h
sceCtrl.cpp Use the us based time for rtc/etc. 2013-10-24 01:10:09 -07:00
sceCtrl.h
sceDeflt.cpp
sceDeflt.h
sceDisplay.cpp Add Blackberry statistics overlay option. 2013-10-28 14:19:27 +10:00
sceDisplay.h
sceDmac.cpp Fix vtimer uid param type, add algorithm include. 2013-10-22 07:46:33 -07:00
sceDmac.h Mostly implement sceDmacTryMemcpy(). 2013-09-29 16:56:11 -07:00
sceFont.cpp Apply offset by 1px to our provided PSP fonts 2013-10-27 10:02:13 +08:00
sceFont.h
sceGameUpdate.cpp More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
sceGameUpdate.h
sceGe.cpp Fix some sign comparison warnings. 2013-10-05 11:13:41 -07:00
sceGe.h Support save/restore of context on list run/finish. 2013-09-20 09:51:44 -07:00
sceHeap.cpp Cleanup errors in sceHeapFreeHeapMemory(). 2013-10-13 19:20:04 -07:00
sceHeap.h Fix bugs and Clean up. 2013-10-02 06:07:02 +08:00
sceHprm.cpp
sceHprm.h
sceHttp.cpp Avoid some shadowing warnings. 2013-10-05 11:13:39 -07:00
sceHttp.h
sceImpose.cpp Rewrite most of the translation stuff to be cleaner. 2013-09-16 18:45:09 -04:00
sceImpose.h
sceIo.cpp Restore accidental change to sceAtracGetInternalInfo, minor indentation reduction, demote a log message 2013-10-22 10:53:48 +02:00
sceIo.h Fix #3706, custom save dialog dates. 2013-09-10 02:09:18 -07:00
sceJpeg.cpp CityHash is not used anymore, so we won't compile it. 2013-10-28 03:26:00 +10:00
sceJpeg.h
sceKernel.cpp Savestate and shutdown sceMp3 properly. 2013-10-24 20:07:07 -07:00
sceKernel.h Log spam reduction - only WARN about non-zero bad handles, and sceAtracSetLoopNum gets demoted to DEBUG. 2013-10-22 19:56:05 +02:00
sceKernelAlarm.cpp Use the us based time for rtc/etc. 2013-10-24 01:10:09 -07:00
sceKernelAlarm.h
sceKernelEventFlag.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceKernelEventFlag.h
sceKernelInterrupt.cpp Track copies of framebuffers in ram created through sceDmacMemcpy, so that we can display them. 2013-09-21 18:53:55 +02:00
sceKernelInterrupt.h
sceKernelMbx.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceKernelMbx.h
sceKernelMemory.cpp Support %X and %x in sceKernelPrintf(). 2013-10-01 08:00:08 -07:00
sceKernelMemory.h
sceKernelModule.cpp Let's only bother with symbol loading on the desktop. 2013-10-22 15:14:47 +02:00
sceKernelModule.h
sceKernelMsgPipe.cpp Fix a potential null pointer. 2013-10-05 11:13:40 -07:00
sceKernelMsgPipe.h
sceKernelMutex.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceKernelMutex.h
sceKernelSemaphore.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceKernelSemaphore.h
sceKernelThread.cpp Assert some unlikely buffer overflows. 2013-10-26 18:30:55 -07:00
sceKernelThread.h Cleanup sceKernelRegisterExitCallback() per tests. 2013-09-29 01:10:07 -07:00
sceKernelTime.cpp Use the us based time for rtc/etc. 2013-10-24 01:10:09 -07:00
sceKernelTime.h
sceKernelVTimer.cpp Use CoreTiming::GetGlobalTimeUs() for vtimers. 2013-10-24 01:10:46 -07:00
sceKernelVTimer.h Fix vtimer uid param type, add algorithm include. 2013-10-22 07:46:33 -07:00
sceMd5.cpp Pass the new sha1/md5 test. 2013-09-03 00:36:55 +02:00
sceMd5.h Pass the new sha1/md5 test. 2013-09-03 00:36:55 +02:00
sceMp3.cpp Respect the bgm vol setting for at3, mp3, video. 2013-10-26 19:33:25 -07:00
sceMp3.h Savestate and shutdown sceMp3 properly. 2013-10-24 20:07:07 -07:00
sceMp4.cpp Add missing sceAac NID 2013-09-23 15:55:53 +02:00
sceMp4.h
sceMpeg.cpp Revert "Use swap code from native instead. Remove all other versions of it." 2013-10-28 17:24:03 +01:00
sceMpeg.h
sceNet.cpp Implements a bunch of adhoc functions 2013-10-29 21:39:45 +00:00
sceNet.h
sceNetAdhoc.cpp Moves proAdhoc extra functions to a separate file 2013-11-10 01:26:31 +00:00
sceNetAdhoc.h More functions and support for games that use the netdiag 2013-10-29 21:39:45 +00:00
sceNp.cpp
sceNp.h
sceOpenPSID.cpp
sceOpenPSID.h
sceP3da.cpp Delay as sas core for p3da 2013-09-26 18:44:52 +08:00
sceP3da.h
sceParseHttp.cpp
sceParseHttp.h
sceParseUri.cpp
sceParseUri.h
scePauth.cpp Remove unused local variable to fix a warning. 2013-10-14 11:44:52 -04:00
scePauth.h
scePower.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
scePower.h
scePsmf.cpp Revert "Use swap code from native instead. Remove all other versions of it." 2013-10-28 17:24:03 +01:00
scePsmf.h
scePspNpDrm_user.cpp
scePspNpDrm_user.h
sceRtc.cpp Use Blackberry/UNIX time functions instead of fallbacks. 2013-10-25 21:52:50 +10:00
sceRtc.h
sceSas.cpp SasAudio: Add some comments about reverb, and add the reverb type list 2013-10-23 22:59:42 +02:00
sceSas.h
sceSsl.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceSsl.h
sceUmd.cpp Buildfixes for Symbian and iOS/etc. 2013-09-15 08:18:20 -07:00
sceUmd.h
sceUsb.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceUsb.h
sceUtility.cpp Fix a small type comparison warning. 2013-10-26 18:52:56 -07:00
sceUtility.h Move GetLangValuesMapping out of MiscScreens.cpp so it can be used globally. 2013-09-25 21:06:58 -04:00
sceVaudio.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceVaudio.h