ppsspp/Core
2022-08-14 14:54:06 +08:00
..
Debugger Reporting: Disable when debugger methods used. 2022-07-30 18:21:32 -07:00
Dialog Dialog: Add missing header for MSVC 2017. 2022-08-06 21:13:39 -07:00
ELF Split GetPointer into two versions, to help with const correctness 2022-07-24 13:26:19 +02:00
FileLoaders Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build (#15652) 2022-07-06 23:59:47 +02:00
FileSystems Some zero init, add a null check in TextureReplacer. See #15730 2022-07-26 23:48:39 +02:00
Font Font: Prevent a crash on invalid data. 2021-06-12 10:09:47 -07:00
HLE Use compat.ini instead 2022-08-14 14:54:06 +08:00
HW Split GetPointer into two versions, to help with const correctness 2022-07-24 13:26:19 +02:00
MIPS irjit: Correct another PurgeTemps case. 2022-07-27 19:38:16 -07:00
Util Delete some unused code. 2022-07-24 13:54:04 +02:00
AVIDump.cpp
AVIDump.h
Compatibility.cpp Use compat.ini instead 2022-08-14 14:54:06 +08:00
Compatibility.h Use compat.ini instead 2022-08-14 14:54:06 +08:00
Config.cpp Use compat.ini instead 2022-08-14 14:54:06 +08:00
Config.h Use compat.ini instead 2022-08-14 14:54:06 +08:00
ConfigValues.h UI: Clamp analog speed to 0 on opposite value. 2022-07-05 16:07:09 -07:00
ControlMapper.cpp UI: Add small deadzone for analog speed. 2022-07-05 19:37:56 -07:00
ControlMapper.h UI: Add analog speed limit mapping. 2022-07-04 19:14:05 -07:00
Core.cpp Global: Fix some type conversion warnings. 2022-01-30 16:09:33 -08:00
Core.h Debugger: Add reason to cpu.stepping event. 2021-10-23 22:08:15 -07:00
Core.vcxproj Moving sceNpMatching2-stuff to sceNp2.cpp/h. 2022-08-04 16:12:29 +07:00
Core.vcxproj.filters Moving sceNpMatching2-stuff to sceNp2.cpp/h. 2022-08-04 16:12:29 +07:00
CoreParameter.h UI: Add analog speed limit mapping. 2022-07-04 19:14:05 -07:00
CoreTiming.cpp Global: Fix some int/size_t conversion warnings. 2022-03-13 12:03:48 -07:00
CoreTiming.h
CwCheat.cpp CwCheat: Remove assert on TempAR type codes. Seems weird that we had this. 2021-10-18 17:19:57 +02:00
CwCheat.h
HDRemaster.cpp Add contributed data about a couple of prototypes to auto-expand memory to 64MB 2022-04-16 20:38:03 +02:00
HDRemaster.h
Host.cpp
Host.h
Instance.cpp Instance: add missing include after 1bace55583 2021-09-24 01:18:53 +00:00
Instance.h
KeyMap.cpp OpenXR - Default device config added 2022-07-24 15:38:30 +02:00
KeyMap.h UI: Add analog speed limit mapping. 2022-07-04 19:14:05 -07:00
KeyMapDefaults.cpp OpenXR - Default device config added 2022-07-24 15:38:30 +02:00
KeyMapDefaults.h OpenXR - Default device config added 2022-07-24 15:38:30 +02:00
Loaders.cpp Detect ISO files from file contents if extensions are wrong. 2022-04-30 17:47:17 +02:00
Loaders.h Detect ISO files from file contents if extensions are wrong. 2022-04-30 17:47:17 +02:00
MemFault.cpp Crash: Recover from unaligned CPU access. 2022-05-21 11:39:26 -07:00
MemFault.h
MemMap.cpp Split GetPointer into two versions, to help with const correctness 2022-07-24 13:26:19 +02:00
MemMap.h Split GetPointer into two versions, to help with const correctness 2022-07-24 13:26:19 +02:00
MemMapFunctions.cpp Separate logging for GetPointer/GetPointerWrite 2022-07-24 13:39:37 +02:00
MemMapHelpers.h Split GetPointer into two versions, to help with const correctness 2022-07-24 13:26:19 +02:00
Opcode.h
PSPLoaders.cpp Core: Fix unused variable warning. 2021-10-22 09:09:06 -07:00
PSPLoaders.h
Replay.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
Replay.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
Reporting.cpp Reporting: Disable when debugger methods used. 2022-07-30 18:21:32 -07:00
Reporting.h Reporting: Disable when debugger methods used. 2022-07-30 18:21:32 -07:00
SaveState.cpp Display: Move core counters/stats to HW file. 2022-01-30 11:53:48 -08:00
SaveState.h Merge pull request #14434 from unknownbrackets/savestate 2021-08-07 17:23:26 +02:00
Screenshot.cpp
Screenshot.h
System.cpp Core: Correct shutdown on late init failure. 2022-08-12 22:30:15 -07:00
System.h Inline the CoreParameters accessor (eliminates a function call for each access) 2022-06-11 12:13:07 +02:00
TextureReplacer.cpp Change from maxLevel to levelsToLoad, for better readability. Cleanup. 2022-07-30 10:45:02 +02:00
TextureReplacer.h Change from maxLevel to levelsToLoad, for better readability. Cleanup. 2022-07-30 10:45:02 +02:00
ThreadEventQueue.h
ThreadPools.cpp Implement new thread manager, port stuff to it. 2021-06-12 13:03:53 +02:00
ThreadPools.h Implement new thread manager, port stuff to it. 2021-06-12 13:03:53 +02:00
WaveFile.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
WaveFile.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
WebServer.cpp Merge pull request #15697 from unknownbrackets/debugger 2022-07-17 10:26:10 +02:00
WebServer.h
x360_compat.h