ppsspp/Core/HLE
Henrik Rydgård ee1299b8f2 Merge pull request #7778 from unknownbrackets/frame-profiler
Improve frame profiler display a bit more
2015-05-28 19:02:46 +02:00
..
__sceAudio.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
__sceAudio.h Pass the game selection screen audio through the resampler. Fixes #7316 . 2015-01-29 14:58:03 +01:00
FunctionWrappers.h sceSfmt19937 fix 2015-02-16 23:38:45 +08:00
HLE.cpp Correct > 8 args for HLE logging again. 2015-04-08 12:44:32 -07:00
HLE.h Add new logging in sceKernelCreateThread(). 2015-03-22 21:22:40 -07:00
HLEHelperThread.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
HLEHelperThread.h Add a class to create helper threads from HLE. 2014-05-22 23:38:21 -07:00
HLETables.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
HLETables.h
KernelWaitHelpers.h Wake good pri threads immediately from timeouts. 2014-06-24 00:49:36 -07:00
proAdhoc.cpp Don't prepare to fetch translations unless we actually are going to use them.. In a couple of places in the code. 2015-02-04 13:41:21 +01:00
proAdhoc.h Merge pull request #7270 from Bigpet/adhocthread 2015-01-04 20:34:19 +01:00
proAdhocServer.cpp Minor warning fixes. 2015-01-11 14:23:42 -08:00
proAdhocServer.h Switch to #pragma once in a few places. 2015-03-02 22:34:51 -08:00
ReplaceTables.cpp Unbreak build with FakeJit 2015-05-26 15:20:10 +03:00
ReplaceTables.h Split out the ReplaceJalTo test logic. 2015-04-12 13:35:10 -07:00
sceAdler.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceAdler.h update validAddresses range 2015-02-08 11:34:35 +08:00
sceAtrac.cpp Avoid spurious warnings in sceAtrac. 2015-04-12 10:35:53 -07:00
sceAtrac.h Add breakpoints to most sceAtrac mem access. 2014-09-23 11:33:18 -07:00
sceAudio.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07: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 Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceAudiocodec.h Audio stuff: Cleanup, delete dead code 2014-06-22 14:01:23 +02:00
sceAudioRouting.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceAudioRouting.h Add sceAudioRouting 2015-03-08 10:58:12 +08:00
sceCcc.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceCcc.h
sceChnnlsv.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceChnnlsv.h
sceCtrl.cpp Rotate controls along with the display. Only rotates d-pad and analog stick, but easy to add more buttons if desired. 2015-05-15 18:49:54 +02:00
sceCtrl.h Release PSP buttons when losing gameplay focus, fixes part 1 of #7758, and part 2 of #7758 on Windows only. 2015-05-21 10:49:47 +02:00
sceDeflt.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceDeflt.h
sceDisplay.cpp Initialize a few display state values on init. 2015-03-28 13:01:30 -07:00
sceDisplay.h Warning fixes, sprintf->snprintf 2014-09-13 23:51:07 +02:00
sceDmac.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
sceDmac.h
sceFont.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceFont.h Add sceLibFttt 2014-08-15 22:42:08 +08:00
sceG729.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceG729.h Add sceG729 module 2015-03-08 13:27:40 +08:00
sceGameUpdate.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceGameUpdate.h
sceGe.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceGe.h check for duplicated stack addresses 2014-08-13 21:28:22 +08:00
sceHeap.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceHeap.h
sceHprm.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceHprm.h
sceHttp.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceHttp.h
sceImpose.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceImpose.h
sceIo.cpp Account for io sync time in io statistics. 2015-05-27 20:02:09 -07:00
sceIo.h Core: Mark some module functions as static 2014-12-08 04:40:08 -05:00
sceJpeg.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceJpeg.h
sceKernel.cpp ARM64: Accurate float->int conversion with rounding mode. 2015-04-06 18:13:34 +02:00
sceKernel.h Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceKernelAlarm.cpp Core: Add missing override specifiers 2014-12-08 15:20:31 -05:00
sceKernelAlarm.h
sceKernelEventFlag.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceKernelEventFlag.h
sceKernelInterrupt.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
sceKernelInterrupt.h Return error codes in register/release subintr. 2014-06-21 21:27:58 -07:00
sceKernelMbx.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceKernelMbx.h
sceKernelMemory.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
sceKernelMemory.h Clarify some module loading code. 2014-08-17 14:26:00 -07:00
sceKernelModule.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
sceKernelModule.h Load kernel modules into kernel memory. 2014-08-17 14:25:55 -07:00
sceKernelMsgPipe.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
sceKernelMsgPipe.h
sceKernelMutex.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceKernelMutex.h
sceKernelSemaphore.cpp Remove some unreachable code. 2015-04-08 11:28:52 -07:00
sceKernelSemaphore.h
sceKernelThread.cpp ARM64: Turn off some debugging stuff, start implementing instructions. Something is wrong though, if I implement more than addiu things break.. 2015-04-06 18:13:09 +02:00
sceKernelThread.h Cleanup thread start and create logging. 2015-03-28 14:46:09 -07:00
sceKernelTime.cpp Cleam up thread names a bit, name the Main thread. 2014-06-29 12:53:03 +02:00
sceKernelTime.h
sceKernelVTimer.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
sceKernelVTimer.h
sceMd5.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceMd5.h
sceMp3.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceMp3.h
sceMp4.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceMp4.h
sceMpeg.cpp Set the sid on StreamInfo. 2015-04-08 11:57:58 -07:00
sceMpeg.h Reverse packetsFree to packetsAvail. 2015-01-03 18:59:56 -08:00
sceMt19937.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceMt19937.h
sceNet.cpp Add memchecks for ReadStruct/WriteStruct. 2015-04-05 18:09:35 -07:00
sceNet.h Add sceNetUpnp module 2015-03-08 20:07:03 +08:00
sceNetAdhoc.cpp Fix some issues in sceNetAdhoc with old savestates. 2015-04-27 07:53:19 -07:00
sceNetAdhoc.h don't use Thread* to create thread 2015-01-04 18:58:42 +01:00
sceNp.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceNp.h
sceOpenPSID.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceOpenPSID.h
sceP3da.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceP3da.h
sceParseHttp.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceParseHttp.h
sceParseUri.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceParseUri.h
scePauth.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
scePauth.h
scePower.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
scePower.h
scePsmf.cpp Make Memory::Memcpy() execute memchecks directly. 2015-04-05 18:09:20 -07:00
scePsmf.h
scePspNpDrm_user.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
scePspNpDrm_user.h
sceRtc.cpp Core: assume modern Unix has tm_gmtoff 2015-05-26 15:20:12 +03:00
sceRtc.h
sceSas.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceSas.h
sceSfmt19937.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceSfmt19937.h Implement sceSfmt19937 module. 2015-02-15 13:22:20 +08:00
sceSha256.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceSha256.h sceSha256 2014-12-04 22:44:41 +08:00
sceSsl.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceSsl.h
sceUmd.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceUmd.h
sceUsb.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceUsb.h Fix save status 2015-03-08 12:09:30 +08:00
sceUsbGps.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceUsbGps.h Add sceUsbGps module 2014-08-13 00:11:26 +08:00
sceUtility.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceUtility.h
sceVaudio.cpp Update all the HLE tables with arg and ret info. 2015-03-22 20:51:55 -07:00
sceVaudio.h