ppsspp/Core/HLE
2025-02-12 18:36:59 +03:00
..
__sceAudio.cpp Refactor audio output, preparing for better volume control 2025-02-11 16:43:29 -06:00
__sceAudio.h Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AtracCtx.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
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 Just the sceUtility changes from ANR2ME's branch 2025-01-06 14:38:45 +01:00
HLE.cpp Second attempt at fixing #19935 2025-02-02 20:21:17 -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 Added dummy funcs + registered the module 2025-02-12 16:49:43 +03: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 Merge pull request #19927 from hrydgard/more-network-work 2025-01-28 14:13:22 +01:00
proAdhoc.h Remove the Network Connected/Shutdown popups. Replace with more info on pause screen 2025-01-21 18:07:52 +01: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
sceAdler.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceAdler.h
sceAtrac.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
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 Change some sceDisplay functions to use more appropriate return types 2025-01-29 10:48:00 +01: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 Fix some compiler warnings 2025-01-29 11:13:48 +01: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 Consolidate the last spread-out error codes. 2025-02-04 12:34:49 -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 Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
sceMp4.h
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 HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceNet.h Minor cleanup 2025-01-28 09:34:14 +01:00
sceNet_lib.cpp Implemented the libc-like syscalls 2025-02-12 18:36:59 +03: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 HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01: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 HLE log rename part 1: Remove duplicate log functions. Return type should be determined by metadata. 2025-01-29 09:45:39 +01:00
sceSas.h
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 More error code consolidation 2025-02-04 11:53:22 -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