ppsspp/Core/HLE
2014-03-15 10:45:39 +01:00
..
__sceAudio.cpp Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
__sceAudio.h Revert "Merge pull request #4021 from bollu/master" 2013-10-07 20:26:10 +02:00
FunctionWrappers.h Consistently use MIPS_REG_V0 for return values. 2014-03-04 08:21:55 -08:00
HLE.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
HLE.h MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
HLETables.cpp Add sceCtrl_driver and sceDisplay_driver 2014-02-17 20:46:57 +08:00
HLETables.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
KernelWaitHelpers.h Refactor waiting thread removal. 2013-09-09 00:22:00 -07:00
proAdhoc.cpp Fix some minor warnings. 2014-03-03 00:08:32 -08:00
proAdhoc.h [Xbox] Network disabled for xbox 2014-03-02 11:30:59 -08:00
ReplaceTables.cpp Fix some minor warnings. 2014-03-03 00:08:32 -08:00
ReplaceTables.h Show replaced instructions correctly in disassembly 2013-12-18 11:42:19 +01:00
sceAtrac.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceAtrac.h [core] some endian fix try 2014-01-26 14:25:54 -08:00
sceAudio.cpp sceAudio : better logging 2014-02-02 23:45:23 +08:00
sceAudio.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceAudiocodec.cpp Stub the rest of the known sceAudioCodec functions. 2014-03-08 10:41:37 +01:00
sceAudiocodec.h [core] some endian fix try 2014-01-26 14:25:54 -08:00
sceCcc.cpp Start untangling our include mess a little. 2013-12-29 23:34:45 +01:00
sceCcc.h Listen to sceCccSetErrorChar*(), not used yet. 2013-07-20 21:51:22 -07:00
sceChnnlsv.cpp endian for sceChnnlsv 2013-08-16 09:18:04 +02:00
sceChnnlsv.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceCtrl.cpp Add sceCtrl_driver and sceDisplay_driver 2014-02-17 20:46:57 +08:00
sceCtrl.h Add sceCtrl_driver and sceDisplay_driver 2014-02-17 20:46:57 +08:00
sceDeflt.cpp Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
sceDeflt.h
sceDisplay.cpp Merge pull request #5546 from chinhodado/fixes 2014-02-23 19:12:42 +07:00
sceDisplay.h Add sceCtrl_driver and sceDisplay_driver 2014-02-17 20:46:57 +08:00
sceDmac.cpp Avoid spamming sceDmacMemcpy() logging for 0 bytes. 2014-02-16 09:01:23 -08:00
sceDmac.h Mostly implement sceDmacTryMemcpy(). 2013-09-29 16:56:11 -07:00
sceFont.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05: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 Enable the new vreg flushing mechanism on ARM. 2014-03-12 10:15:09 +01:00
sceGe.h MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01: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 typo 2014-01-02 21:46:51 +08:00
sceHprm.h
sceHttp.cpp Avoid some shadowing warnings. 2013-10-05 11:13:39 -07:00
sceHttp.h
sceImpose.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceImpose.h
sceIo.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceIo.h Fix #3706, custom save dialog dates. 2013-09-10 02:09:18 -07:00
sceJpeg.cpp Restore some log levels of actually unimpl functions 2014-02-10 09:55:18 +01:00
sceJpeg.h State save support for sceJpeg. 2013-07-05 10:56:55 +02:00
sceKernel.cpp Properly reset some state between games. 2014-03-04 07:55:08 -08:00
sceKernel.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceKernelAlarm.cpp Add manual padding to NativeAlarm for alarm status. 2014-01-28 00:37:59 -08:00
sceKernelAlarm.h
sceKernelEventFlag.cpp Eat some cycles when working with event flags. 2014-01-19 12:44:53 -08:00
sceKernelEventFlag.h Remove bad param from sceKernelPollEventFlag(). 2013-08-18 18:38:04 -07:00
sceKernelInterrupt.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceKernelInterrupt.h Add logging and fix savestatus 2014-02-17 20:42:35 +08:00
sceKernelMbx.cpp Remove weird 991 mbx check (fixes #2927.) 2014-01-05 08:10:36 -08:00
sceKernelMbx.h Use *_le for the sceKernel* funcs. 2013-07-25 08:04:34 -07:00
sceKernelMemory.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceKernelMemory.h Correct sceKernelTlspl func names, etc. 2013-12-02 23:40:16 -08:00
sceKernelModule.cpp Merge pull request #5529 from sum2012/kernal-load 2014-03-13 19:11:06 +01:00
sceKernelModule.h Add ThreadManForKernel and ModuleForKernel 2013-08-25 10:48:32 +08:00
sceKernelMsgPipe.cpp Fix a potential null pointer. 2013-10-05 11:13:40 -07:00
sceKernelMsgPipe.h Correct sceKernelReferMsgPipeStatus(). 2013-08-18 18:45:43 -07:00
sceKernelMutex.cpp MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
sceKernelMutex.h Implement sceKernelCancelMutex(). 2013-08-25 16:38:49 -07:00
sceKernelSemaphore.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceKernelSemaphore.h
sceKernelThread.cpp Consistently use MIPS_REG_V0 for return values. 2014-03-04 08:21:55 -08:00
sceKernelThread.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceKernelTime.cpp Reduce sceKernelGetSystemTime log level 2014-01-28 12:38:14 +08:00
sceKernelTime.h Replace some hleEatCycles() with actual PSP timing. 2013-05-04 23:42:10 -07:00
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 Fix some minor warnings. 2014-03-03 00:08:32 -08:00
sceMp3.h Savestate and shutdown sceMp3 properly. 2013-10-24 20:07:07 -07:00
sceMp4.cpp Make a few of the Aac functions reporting. 2014-01-27 16:35:47 +01:00
sceMp4.h
sceMpeg.cpp MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
sceMpeg.h MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
sceMt19937.cpp Implement sceMt19937() 2014-01-25 20:17:53 +08:00
sceMt19937.h Implement sceMt19937() 2014-01-25 20:17:53 +08:00
sceNet.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceNet.h
sceNetAdhoc.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceNetAdhoc.h More functions and support for games that use the netdiag 2013-10-29 21:39:45 +00:00
sceNp.cpp Fix wrong logging. 2013-12-12 13:16:08 +08:00
sceNp.h Added sceJpeg & sceMd5 2013-05-15 19:49:34 +08:00
sceOpenPSID.cpp
sceOpenPSID.h
sceP3da.cpp Delay as sas core for p3da 2013-09-26 18:44:52 +08:00
sceP3da.h
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 Fix missing includes (stdio.h) 2014-01-01 22:31:03 +02:00
scePauth.h
scePower.cpp Try a simple workaround for the Crash Tag Team Racing issue. 2014-03-13 19:00:34 +01:00
scePower.h
scePsmf.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
scePsmf.h
scePspNpDrm_user.cpp Add SceNpDrmOpen to the table so it can be logged properly. 2013-08-14 09:23:58 -04:00
scePspNpDrm_user.h
sceRtc.cpp [xbox] 360 support for Core 2014-03-02 11:22:02 -08:00
sceRtc.h Use *_le for the sceKernel* funcs. 2013-07-25 08:04:34 -07:00
sceSas.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceSas.h
sceSsl.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceSsl.h
sceUmd.cpp Properly reset some state between games. 2014-03-04 07:55:08 -08:00
sceUmd.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceUsb.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
sceUsb.h
sceUtility.cpp Eat cycles in sceUtilitySavedataGetStatus(). 2014-03-15 01:18:35 -07:00
sceUtility.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceVaudio.cpp Correct some syscall names. 2013-12-02 23:40:16 -08:00
sceVaudio.h Correct some error codes and init in Vaudio. 2013-05-19 15:50:52 -07:00