ppsspp/Core
2024-12-16 12:33:58 +01:00
..
Debugger Rework the log manager to be more robust 2024-12-16 12:33:58 +01:00
Dialog Cleanup after prev PR 2024-11-30 02:51:48 +01:00
ELF Add missing return statement from PBPReader::GetSubFileAsString. Compiler should have rejected this.. 2024-11-04 01:15:00 +01:00
FileLoaders Use Exists instead of GetFileInfo in more cases 2024-11-30 00:39:38 +01:00
FileSystems For the free-space savedata scan, only scan relevant subdirectories. 2024-11-29 15:34:22 +01:00
Font Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
HLE Remove StdioListener 2024-12-16 12:33:58 +01:00
HW Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01:00
MIPS DebugInterface const cleanup 2024-12-12 19:04:01 +01:00
Util Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01:00
AVIDump.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AVIDump.h
Compatibility.cpp Add error message if compat.ini can't be found 2024-12-11 09:27:29 +01:00
Compatibility.h Show active compat flags on crash screen 2024-12-10 01:43:44 +01:00
Config.cpp Refactor LogManager (remove GetInstance()). In headless, add option to log to OutputDebugString on Windows. 2024-12-03 21:39:42 +01:00
Config.h Fix discrepancy between stepping and running across frame endings. Add some more menu options in the ImDebugger 2024-12-10 01:06:04 +01:00
ConfigSettings.cpp Keep only the LUT addition 2024-09-26 19:15:17 +02:00
ConfigSettings.h Bunch more linting 2024-10-10 11:57:10 +02:00
ConfigValues.h Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ControlMapper.cpp Fix minor code issues flagged by PVS-Studio and reported by alphrixus. 2024-10-10 14:10:30 +02:00
ControlMapper.h Release all keys on pause. 2024-01-29 18:41:43 +01:00
Core.cpp Remove StdioListener 2024-12-16 12:33:58 +01:00
Core.h const, rename a function 2024-12-10 01:01:31 +01:00
Core.vcxproj Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01:00
Core.vcxproj.filters Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01:00
CoreParameter.h Don't crash on trying to re-record a GE dump 2024-11-01 20:27:09 +01:00
CoreTiming.cpp ImDebugger: Add a window to inspect upcoming CoreTiming events 2024-12-07 16:28:27 +01:00
CoreTiming.h ImDebugger: Add a window to inspect upcoming CoreTiming events 2024-12-07 16:28:27 +01:00
CwCheat.cpp CwCheats: Add ms unit, rename to Refresh Interval. 2024-01-19 15:12:53 +01:00
CwCheat.h
FFMPEGCompat.h ffmpeg: Improved fix for checking if const AVCodec* is necessary 2024-02-05 14:37:09 -05:00
FrameTiming.cpp ImDebugger: Fix issue with HLE Modules window always showing, more granular sleep logging 2024-11-21 15:48:18 +01:00
FrameTiming.h ImDebugger: Fix issue with HLE Modules window always showing, more granular sleep logging 2024-11-21 15:48:18 +01:00
HDRemaster.cpp Add a reported prototype game ID to the list of games that need more RAM 2023-12-31 17:21:02 +01:00
HDRemaster.h
Instance.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
Instance.h
KeyMap.cpp Add a mappable key for toggling the imgui interface. For now it's called Toggle debugger. 2024-11-04 23:33:03 +01:00
KeyMap.h Add a mappable key for toggling the imgui interface. For now it's called Toggle debugger. 2024-11-04 23:33:03 +01:00
KeyMapDefaults.cpp Add a mappable key for toggling the imgui interface. For now it's called Toggle debugger. 2024-11-04 23:33:03 +01:00
KeyMapDefaults.h Fix the Retroid controller defaults for the latest firmware. More standard now. 2024-10-23 13:23:38 +02:00
Loaders.cpp Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01:00
Loaders.h Some include cleanup, delete some obsolete code 2024-07-25 14:52:41 +02:00
MemFault.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
MemFault.h
MemMap.cpp Memmap error message improvements 2024-11-15 15:59:16 +01:00
MemMap.h Memory::IsValidAddress: Consider VRAM with a kernel flag invalid. 2024-11-12 10:41:14 +01:00
MemMapFunctions.cpp
MemMapHelpers.h Debugger: Use dedicated func to notify mem copy. 2023-09-24 19:07:36 -07:00
Opcode.h
PSPLoaders.cpp Move the dump playback mips code to Playback.cpp. Assorted cleanup. 2024-12-10 01:27:25 +01:00
PSPLoaders.h
Replay.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
Replay.h
Reporting.cpp Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
Reporting.h [Core/Dialog/ELF/FileSystems/HLE/HW/Util] Added const reference for function params 2023-12-14 14:22:24 +03:00
RetroAchievements.cpp RAIntegration: Fix the filename in the not-found messages. 2024-11-06 14:47:48 +01:00
RetroAchievements.h Disable the ImGui debugger if RetroAchievements hardcore mode is enabled. 2024-11-10 19:00:13 +01:00
SaveState.cpp Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping. 2024-12-01 21:04:21 +01:00
SaveState.h Fix issues with savestates and non-buffered rendering 2024-10-17 21:09:04 +02:00
Screenshot.cpp Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
Screenshot.h Allow taking screenshots in the app menu 2024-05-10 21:10:11 +02:00
System.cpp Core: Minor changes to stepping (and some log changes) 2024-12-10 01:06:19 +01:00
System.h Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01:00
ThreadEventQueue.h Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping. 2024-12-01 21:04:21 +01:00
ThreadPools.cpp
ThreadPools.h
TiltEventProcessor.cpp Mouse input: Approximate the old smoothing function 2023-12-14 19:24:39 +01:00
TiltEventProcessor.h Mouse input: Approximate the old smoothing function 2023-12-14 19:24:39 +01:00
WaveFile.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
WaveFile.h
WebServer.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
WebServer.h Build: Add some missing include guards. 2023-09-07 17:14:58 -07:00
x360_compat.h