ppsspp/Core/HLE
Unknown W. Brackets 2923800217 Eat some cycles when starting a thread.
Seems to improve a test a bit, based on tests.
2014-09-01 21:12:13 -07:00
..
__sceAudio.cpp Remove bgm and sfx volume settings. 2014-08-17 14:16:59 -07:00
__sceAudio.h Revert "Merge pull request #4021 from bollu/master" 2013-10-07 20:26:10 +02:00
FunctionWrappers.h sysclib_memset change to WrapU_UII 2014-05-18 04:20:48 +08:00
HLE.cpp Return NOT_YET_LINKED for unlinked module funcs. 2014-07-13 22:00:32 -07:00
HLE.h Remove hleAfterCheckAllCallbacks(). 2014-06-28 03:10:30 -07:00
HLEHelperThread.cpp Fix typo (warning.) 2014-05-23 08:47:12 -07:00
HLEHelperThread.h Add a class to create helper threads from HLE. 2014-05-22 23:38:21 -07:00
HLETables.cpp Add sceLibFttt 2014-08-15 22:42:08 +08:00
HLETables.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
KernelWaitHelpers.h Wake good pri threads immediately from timeouts. 2014-06-24 00:49:36 -07:00
proAdhoc.cpp Remove most mentions of the "_XBOX" define 2014-08-24 14:21:35 +02:00
proAdhoc.h Fixed some bugs (ie. possible of memory leaks) on Adhoc, and implement a few more Adhoc functions. 2014-06-24 23:43:03 +07:00
ReplaceTables.cpp Use a lookup for function replacements. 2014-08-03 13:17:55 -07:00
ReplaceTables.h Disable a bunch of function replacements. 2014-08-03 13:15:41 -07:00
sceAtrac.cpp Add a "no loop information" log 2014-09-01 04:47:12 +08:00
sceAtrac.h [core] some endian fix try 2014-01-26 14:25:54 -08:00
sceAudio.cpp Fix a typo 2014-04-22 14:31:34 +08:00
sceAudio.h Fix nonsmooth sound issue and incomplete frame at the end of source and pcm buffers. 2014-04-12 23:16:38 +02:00
sceAudiocodec.cpp Play the game's SND0.AT3 when a game is selected in the menu and on the "game screen". 2014-06-22 17:02:04 +02:00
sceAudiocodec.h Audio stuff: Cleanup, delete dead code 2014-06-22 14:01:23 +02:00
sceCcc.cpp Respect dstSize and truncate in ccc string conv. 2014-05-03 13:22:45 -07:00
sceCcc.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceChnnlsv.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceChnnlsv.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceCtrl.cpp Fix sceCtrl buffer update timing drift. 2014-07-06 01:08:44 -07:00
sceCtrl.h Add sceCtrl_driver and sceDisplay_driver 2014-02-17 20:46:57 +08:00
sceDeflt.cpp Implement sceGzipDecompress and sceDeflateDecompress. Some games (eg. Suto Mani / Strobe Mania) required this. They are now playable. Fixes #146 2014-07-03 13:58:47 +10:00
sceDeflt.h Added sceZlibDecompress and VS2010 build fix 2013-04-05 13:26:54 +08:00
sceDisplay.cpp Improve frame timing on non-Windows. Disable IdleTiming when audio is disabled. 2014-07-16 01:04:43 +10:00
sceDisplay.h Correct timing on resume, avoids small speed burst when resuming gameplay from pause 2014-06-14 23:56:16 +02:00
sceDmac.cpp Use a separate func for gpu memset(). 2014-05-27 07:50:01 -07:00
sceDmac.h Core/HLE/sceKernel.h: Added name for PSP error code 0x80000023 and replaced the used if its error number with its error code name. 2014-04-03 18:42:10 +02:00
sceFont.cpp Don't need duplicate the whole table 2014-08-15 23:30:51 +08:00
sceFont.h Add sceLibFttt 2014-08-15 22:42:08 +08:00
sceGameUpdate.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceGameUpdate.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceGe.cpp Unpause lists after wait signals with no handler. 2014-08-17 14:14:25 -07:00
sceGe.h check for duplicated stack addresses 2014-08-13 21:28:22 +08:00
sceHeap.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceHeap.h Fix bugs and Clean up. 2013-10-02 06:07:02 +08:00
sceHprm.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceHprm.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceHttp.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -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 Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceImpose.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceIo.cpp Fix some missing semicolons on log statements. 2014-06-29 19:09:37 -07:00
sceIo.h Reduce a few Core/Dialog/ includes. 2014-03-15 10:52:13 -07:00
sceJpeg.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceJpeg.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceKernel.cpp Correct the Tlspl TMID value. 2014-08-17 14:38:54 -07:00
sceKernel.h Fix return values in sceKernelGetThreadmanIdList(). 2014-08-17 14:38:54 -07:00
sceKernelAlarm.cpp Simplify alarm timing. 2014-09-01 20:03:57 -07:00
sceKernelAlarm.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelEventFlag.cpp Fix missing log semicolons only affecting logging. 2014-06-29 19:09:39 -07:00
sceKernelEventFlag.h Remove bad param from sceKernelPollEventFlag(). 2013-08-18 18:38:04 -07:00
sceKernelInterrupt.cpp Fix a bad == comparison typo. 2014-07-15 23:33:01 -07:00
sceKernelInterrupt.h Return error codes in register/release subintr. 2014-06-21 21:27:58 -07:00
sceKernelMbx.cpp Fix missing log semicolons only affecting logging. 2014-06-29 19:09:39 -07:00
sceKernelMbx.h Use *_le for the sceKernel* funcs. 2013-07-25 08:04:34 -07:00
sceKernelMemory.cpp Eat some cycles when canceling/deleting fpls. 2014-09-01 21:11:41 -07:00
sceKernelMemory.h Clarify some module loading code. 2014-08-17 14:26:00 -07:00
sceKernelModule.cpp Correct sceKernelSelfStopUnloadModule 's name and logging 2014-08-29 20:36:21 +08:00
sceKernelModule.h Load kernel modules into kernel memory. 2014-08-17 14:25:55 -07:00
sceKernelMsgPipe.cpp Improve some timing in msgpipes. 2014-09-01 20:03:58 -07:00
sceKernelMsgPipe.h Correct sceKernelReferMsgPipeStatus(). 2013-08-18 18:45:43 -07:00
sceKernelMutex.cpp Fix missing log semicolons only affecting logging. 2014-06-29 19:09:39 -07:00
sceKernelMutex.h Implement sceKernelCancelMutex(). 2013-08-25 16:38:49 -07:00
sceKernelSemaphore.cpp Adjust semaphore timing slightly. 2014-09-01 20:03:58 -07:00
sceKernelSemaphore.h Add state saving to tertiary kernel modules. 2012-12-28 13:55:25 -08:00
sceKernelThread.cpp Eat some cycles when starting a thread. 2014-09-01 21:12:13 -07:00
sceKernelThread.h Remove savedIdRegister/MIPS_CALL_ID. 2014-06-22 11:29:47 -07:00
sceKernelTime.cpp Cleam up thread names a bit, name the Main thread. 2014-06-29 12:53:03 +02:00
sceKernelTime.h Replace some hleEatCycles() with actual PSP timing. 2013-05-04 23:42:10 -07:00
sceKernelVTimer.cpp Protect against vtimers scheduled in past. 2014-09-01 20:03:57 -07:00
sceKernelVTimer.h Fix vtimer uid param type, add algorithm include. 2013-10-22 07:46:33 -07:00
sceMd5.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceMd5.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceMp3.cpp Play the game's SND0.AT3 when a game is selected in the menu and on the "game screen". 2014-06-22 17:02:04 +02:00
sceMp3.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceMp4.cpp Audio stuff: Cleanup, delete dead code 2014-06-22 14:01:23 +02:00
sceMp4.h Implementation of sceAac module 2014-04-11 09:03:13 +02:00
sceMpeg.cpp Fix a bad iterator dereference in sceMpeg. 2014-08-31 21:15:04 -07:00
sceMpeg.h Do State PMP media, and some other updates to PMP media. 2014-04-04 23:01:25 +02:00
sceMt19937.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceMt19937.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceNet.cpp Remove the "Change MAC Address" screen, and simply generate a new (random) one upon pressing the button. 2014-07-18 16:58:26 -04:00
sceNet.h Avoid some ChunkFile includes. 2014-03-15 11:32:57 -07:00
sceNetAdhoc.cpp Fix some logging in sceNetAdhoc. 2014-07-15 23:35:19 -07:00
sceNetAdhoc.h Fixed some bugs (ie. possible of memory leaks) on Adhoc, and implement a few more Adhoc functions. 2014-06-24 23:43:03 +07:00
sceNp.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceNp.h Added sceJpeg & sceMd5 2013-05-15 19:49:34 +08:00
sceOpenPSID.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceOpenPSID.h Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceP3da.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceP3da.h Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceParseHttp.cpp Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceParseHttp.h Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
sceParseUri.cpp Cut down on a few more includes in Core/HLE/. 2014-03-15 11:49:35 -07:00
sceParseUri.h Add some missing sce* Functions 2012-12-06 18:02:55 +00:00
scePauth.cpp Workaround scePauth_F7AA47F6() 2014-04-27 17:26:40 +08: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 Move POWER_VMEM_IN_USE to sceKernel.h 2014-04-27 20:50:11 +08:00
scePower.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
scePsmf.cpp Only loop at video end. 2014-08-17 15:46:04 -07:00
scePsmf.h Add __PsmfPlayerDoState(PointerWrap &p) to sceKernel 2013-01-20 16:24:49 +08:00
scePspNpDrm_user.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
scePspNpDrm_user.h DLC encryption 2013-02-24 19:27:37 +02:00
sceRtc.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceRtc.h Reduce a few Core/Dialog/ includes. 2014-03-15 10:52:13 -07:00
sceSas.cpp Fix some missing semicolons on log statements. 2014-06-29 19:09:37 -07:00
sceSas.h Start save stating audio, plus minor fixes. 2012-12-28 13:55:29 -08:00
sceSsl.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceSsl.h Cut down on h files including PointerWrap. 2013-02-04 08:26:59 -08:00
sceUmd.cpp Disk swap: Remount the ISOBlockSystem too. Should fix #6662 2014-08-02 12:35:27 +02:00
sceUmd.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceUsb.cpp Fix savestates broken by #6493. 2014-07-05 07:30:03 -07:00
sceUsb.h Save state of a bunch of small modules. 2012-12-28 13:55:28 -08:00
sceUsbGps.cpp fix typo,add sceUsbGpsGetState() function 2014-08-13 01:47:24 +08:00
sceUsbGps.h Add sceUsbGps module 2014-08-13 00:11:26 +08:00
sceUtility.cpp Remove sceUtilityLoadAvModule report 2014-05-29 23:36:36 +08:00
sceUtility.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
sceVaudio.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
sceVaudio.h Correct some error codes and init in Vaudio. 2013-05-19 15:50:52 -07:00