ppsspp/Core/HLE
2025-02-20 15:02:09 -06:00
..
__sceAudio.cpp Upgrade the game volume setting to the new format 2025-02-12 09:49:30 -06:00
__sceAudio.h Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AtracCtx.cpp Atrac3+: Try to work around Code Lyoko issue 2025-02-19 12:46:25 -06:00
AtracCtx.h ImDebugger: Add atrac context viewer 2024-11-15 15:59:16 +01:00
AtracCtx2.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
AtracCtx2.h Share GetSecondBufferInfo between implementations 2024-04-16 23:07:03 +02:00
ErrorCodes.h Consolidate the last spread-out error codes. 2025-02-04 12:34:49 -06:00
FunctionWrappers.h Added the HLE implementations to the table + new wrappers 2025-02-12 19:26:33 +03:00
HLE.cpp Turn the break reason into an enum, fix some minor issues 2025-02-19 16:01:11 -06:00
HLE.h HLE logging; Use function metadata to decide the type for logging the return type. 2025-01-29 10:14:54 +01:00
HLEHelperThread.cpp More include cleanup 2024-12-18 13:57:26 +01:00
HLEHelperThread.h
HLETables.cpp Break out sceAac from sceMp4.cpp/h 2025-02-14 09:50:55 -06:00
HLETables.h
KernelThreadDebugInterface.h DebugInterface const cleanup 2024-12-12 19:04:01 +01:00
KernelWaitHelpers.h Remove some unnecessary <algorithm> includes. 2024-12-18 17:04:27 +01:00
KUBridge.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
KUBridge.h
NetInetConstants.cpp Merge pull request #19855 from oltolm/cmake 2025-01-17 15:13:52 +01:00
NetInetConstants.h sockopt refactor part #1 2025-01-17 09:31:09 +01:00
Plugins.cpp Refactor logging in sceKernelStartModule 2025-01-19 11:38:46 +01:00
Plugins.h More include cleanup 2024-12-18 13:57:26 +01:00
proAdhoc.cpp Logging and debugger improvements (minor) 2025-02-20 15:02:09 -06:00
proAdhoc.h Logging and debugger improvements (minor) 2025-02-20 15:02:09 -06:00
proAdhocServer.cpp Deduplicate "Failed to bind port" messages (one was missing) 2025-01-10 01:28:52 +01:00
proAdhocServer.h
ReplaceTables.cpp Rename CrossSIMD to SIMDHeader, but also keep CrossSIMD.h (will have a future use) 2024-12-19 15:15:43 +01:00
ReplaceTables.h HLE: Add mechanics for sliced replacements. 2023-12-16 09:08:58 -08:00
sceAac.cpp Clean up the AAC code in the same way 2025-02-14 09:50:55 -06:00
sceAac.h Break out sceAac from sceMp4.cpp/h 2025-02-14 09:50:55 -06:00
sceAdler.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceAdler.h
sceAtrac.cpp Get rid of remains of support for non-square screen DPIs 2025-02-20 11:14:26 -06:00
sceAtrac.h ImDebugger: Add atrac context viewer 2024-11-15 15:59:16 +01:00
sceAudio.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceAudio.h Consolidate error codes in ErrorCodes.h 2025-02-04 11:53:00 -06:00
sceAudiocodec.cpp Show sceMp3 in audio codecs window 2024-11-27 10:35:11 +01:00
sceAudiocodec.h Show sceMp3 in audio codecs window 2024-11-27 10:35:11 +01:00
sceAudioRouting.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceAudioRouting.h
sceCcc.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceCcc.h
sceChnnlsv.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceChnnlsv.h Some constification in sceChnnlsv 2024-04-07 12:31:45 +02:00
sceCtrl.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceCtrl.h Add mappable devkit-only L2/L3/R2/R3 controls. 2024-09-24 10:49:10 +02:00
sceDeflt.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceDeflt.h
sceDisplay.cpp Logspam fix (when fast-forwarding) 2025-02-19 11:10:01 -06:00
sceDisplay.h [Feature] Option to override the display refresh rate 2024-07-13 15:04:20 +02:00
sceDmac.cpp Flip around so sceDelayResult is always outermost. Start using HLECall. 2025-01-20 12:20:18 +01:00
sceDmac.h
sceFont.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceFont.h
sceG729.cpp
sceG729.h
sceGameUpdate.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceGameUpdate.h
sceGe.cpp HLE logging; Use function metadata to decide the type for logging the return type. 2025-01-29 10:14:54 +01:00
sceGe.h Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
sceHeap.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceHeap.h Fix memory leak on shutdown in sceHeap 2024-04-02 12:02:19 +02:00
sceHprm.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceHprm.h
sceHttp.cpp Remove redundant shutdown callback 2025-02-13 15:13:25 -06:00
sceHttp.h Added sceParseHttpResponseHeader implementation. 2025-01-05 20:16:57 +01:00
sceImpose.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceImpose.h
sceIo.cpp Consolidate more error codes into the big enum 2025-02-04 12:11:22 -06:00
sceIo.h Fix "double delay" error in sceNpDrmEdataSetupKey 2023-05-25 10:02:52 +02:00
sceJpeg.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceJpeg.h
sceKernel.cpp Convert sceMp4 to new style hle logging 2025-02-14 09:50:55 -06:00
sceKernel.h Consolidate error codes in ErrorCodes.h 2025-02-04 11:53:00 -06:00
sceKernelAlarm.cpp Enable checking the format string, fix some issues 2025-01-19 16:51:05 +01:00
sceKernelAlarm.h
sceKernelEventFlag.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelEventFlag.h
sceKernelHeap.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelHeap.h
sceKernelInterrupt.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelInterrupt.h Add InterruptManagerForKernel 2022-10-31 20:17:12 +08:00
sceKernelMbx.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceKernelMbx.h
sceKernelMemory.cpp Consolidate more error codes into the big enum 2025-02-04 12:11:22 -06:00
sceKernelMemory.h
sceKernelModule.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelModule.h More kernel logging cleanup 2025-01-19 15:36:59 +01:00
sceKernelMsgPipe.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelMsgPipe.h
sceKernelMutex.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelMutex.h
sceKernelSemaphore.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelSemaphore.h
sceKernelThread.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceKernelThread.h Start cleaning up logging 2025-01-19 12:10:57 +01:00
sceKernelTime.cpp Another batch of log cleanup 2025-01-28 09:31:38 +01:00
sceKernelTime.h Possible buildfix 2023-12-09 18:08:19 +01:00
sceKernelVTimer.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceKernelVTimer.h
sceMd5.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceMd5.h
sceMp3.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceMp3.h Show sceMp3 in audio codecs window 2024-11-27 10:35:11 +01:00
sceMp4.cpp Convert sceMp4 to new style hle logging 2025-02-14 09:50:55 -06:00
sceMp4.h Break out sceAac from sceMp4.cpp/h 2025-02-14 09:50:55 -06:00
sceMpeg.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceMpeg.h
sceMt19937.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceMt19937.h
sceNet.cpp Fix backwards check for DontDownloadInfraJson 2025-02-17 16:20:42 -06:00
sceNet.h AutoDNS load fix in some situations 2025-02-17 16:20:41 -06:00
sceNet_lib.cpp Basic custom icon support (through texture replacement) 2025-02-13 10:47:58 -06:00
sceNet_lib.h Added dummy funcs + registered the module 2025-02-12 16:49:43 +03:00
sceNetAdhoc.cpp Some more minor fixes 2025-02-04 10:24:55 -06:00
sceNetAdhoc.h Minor cleanup 2025-01-28 09:34:14 +01:00
sceNetAdhocMatching.cpp A lot more logging fixes 2025-01-20 12:20:21 +01:00
sceNetAdhocMatching.h Add some more debugger windows and info for networking stuff 2025-01-21 12:22:32 +01:00
sceNetApctl.cpp Add some more debugger windows and info for networking stuff 2025-01-21 12:22:32 +01:00
sceNetApctl.h Add some more debugger windows and info for networking stuff 2025-01-21 12:22:32 +01:00
sceNetInet.cpp Logging and debugger improvements (minor) 2025-02-20 15:02:09 -06:00
sceNetInet.h Add more information to ImDebugger (ApCtl) 2025-01-21 12:22:32 +01:00
sceNetResolver.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceNetResolver.h Replace the NetResolver class with a simple struct 2025-01-17 09:44:13 +01:00
sceNp.cpp Reset Np state on init, this was missing. 2025-01-21 17:41:53 +01:00
sceNp.h Reset Np state on init, this was missing. 2025-01-21 17:41:53 +01:00
sceNp2.cpp UPnP logs, wrong NpMatching2 syscall name, more names 2025-01-10 23:34:11 +03:00
sceNp2.h Move some code out from sceNet into sceNp and sceNp2 2025-01-09 09:06:23 +01:00
sceOpenPSID.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceOpenPSID.h
sceP3da.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceP3da.h
sceParseHttp.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceParseHttp.h
sceParseUri.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceParseUri.h Implement sceHttp library 2025-01-05 19:14:15 +01:00
scePauth.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
scePauth.h
scePower.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
scePower.h Compat: Enforce "RequireDefaultCPUClock" by disabling overclocking for these games 2023-12-07 14:06:41 +01:00
scePsmf.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
scePsmf.h
scePspNpDrm_user.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
scePspNpDrm_user.h
sceRtc.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceRtc.h Possible buildfix 2023-12-09 18:08:19 +01:00
sceSas.cpp Add basic sceSas state viewer to debugger 2025-02-19 10:50:32 -06:00
sceSas.h Add basic sceSas state viewer to debugger 2025-02-19 10:50:32 -06:00
sceSfmt19937.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceSfmt19937.h
sceSha256.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceSha256.h
sceSircs.cpp get rid of more __MINGW32__ ifdefs 2025-01-19 10:33:22 +01:00
sceSircs.h sceSircs/Infrared support on Android 2024-01-12 20:29:53 +02:00
sceSsl.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceSsl.h
sceUmd.cpp More error code consolidation 2025-02-04 11:53:22 -06:00
sceUmd.h More error code consolidation 2025-02-04 11:53:22 -06:00
sceUsb.cpp Consolidate more error codes into the big enum 2025-02-04 12:11:22 -06:00
sceUsb.h
sceUsbAcc.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceUsbAcc.h
sceUsbCam.cpp HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceUsbCam.h
sceUsbGps.cpp make compile on mingw-w64 2025-01-11 01:25:27 +01:00
sceUsbGps.h GPS: Improve emulation to enable Go!Explore navigation 2024-01-05 11:22:52 +02:00
sceUsbMic.cpp Consolidate more error codes into the big enum 2025-02-04 12:11:22 -06:00
sceUsbMic.h Microphone queuebuf: Switch to int instead of u32 to simplify length checks. No more crashes, but it hangs 2024-10-15 15:30:37 +02:00
sceUtility.cpp Track execution time after save, add new setting for exit confirmation 2025-02-17 12:29:23 -06:00
sceUtility.h More error code consolidation 2025-02-04 11:53:22 -06:00
sceVaudio.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceVaudio.h
SocketManager.cpp Add some socket data in the debugger 2025-01-22 10:12:56 +01:00
SocketManager.h Add some socket data in the debugger 2025-01-22 10:12:56 +01:00
ThreadQueueList.h [Common/Core/Windows] Removed excess check pointer before delete or free() 2024-09-17 11:34:42 +02:00