ppsspp/Core
2021-08-07 17:55:21 -07:00
..
Debugger Fix assorted path issues 2021-07-19 17:34:51 +02:00
Dialog SaveState: Show a warning if saved after savestate. 2021-08-07 00:01:20 -07:00
ELF Core: Correct relocation error check. 2021-06-13 10:51:51 -07:00
FileLoaders Get the new setup flow going, with a confirmation dialog etc. 2021-08-04 23:22:43 +02:00
FileSystems Get the new setup flow going, with a confirmation dialog etc. 2021-08-04 23:22:43 +02:00
Font Font: Prevent a crash on invalid data. 2021-06-12 10:09:47 -07:00
HLE Font: Match stingy selection per test. 2021-08-07 17:55:21 -07:00
HW Common: Capitalize setCurrentThreadName(). 2021-04-30 23:02:36 -07:00
MIPS Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
Util Propagate errors from file identification upwards better. 2021-08-07 11:54:45 +02:00
AVIDump.cpp Address all the easy feedback. Some is left. 2021-05-13 10:39:17 +02:00
AVIDump.h
Compatibility.cpp Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
Compatibility.h Compat: Remove single/double sincos path. 2021-04-25 07:09:50 -07:00
Config.cpp Merge pull request #14697 from iota97/undo-latest-save 2021-08-07 14:34:16 +02:00
Config.h Merge pull request #14697 from iota97/undo-latest-save 2021-08-07 14:34:16 +02:00
ConfigValues.h UI: Add BG animation for recent games. 2021-04-04 10:48:42 -07:00
ControlMapper.cpp Move auto-rotation code to ControlMapper so it can be checked using the new screen 2021-07-09 16:14:51 +02:00
ControlMapper.h Customizable touch control (rebased with label) 2021-07-11 09:55:25 +02:00
Core.cpp Cause the correct type of exception. Never ignore EXEC_ADDR exceptions. 2021-02-09 09:38:03 +01:00
Core.h Cause the correct type of exception. Never ignore EXEC_ADDR exceptions. 2021-02-09 09:38:03 +01:00
Core.vcxproj Break out EmuScreen's key/axis inputs to ControlMapper.cpp/h 2021-07-08 22:24:00 +02:00
Core.vcxproj.filters Break out EmuScreen's key/axis inputs to ControlMapper.cpp/h 2021-07-08 22:24:00 +02:00
CoreParameter.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
CoreTiming.cpp SaveState: Automatically fix duplicate event types. 2021-03-02 20:09:49 -08:00
CoreTiming.h SaveState: Make event restoring more obvious. 2020-12-28 13:29:19 -08:00
CwCheat.cpp Detect CwCheat file UTF-8 BOM sequence and ignore it 2021-07-26 11:47:21 +02:00
CwCheat.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
HDRemaster.cpp
HDRemaster.h Windows: Fix improper case or missing includes. 2021-02-14 10:30:10 -08:00
Host.cpp
Host.h SwicthUMD:Only update Switch UMD item of Windows menu instead of entire UI. 2020-10-22 17:45:29 +08:00
Instance.cpp http: Remove timeoutless requests. 2021-05-01 11:20:05 -07:00
Instance.h
KeyMap.cpp UI: Flip Y analog direction based on config. 2021-04-04 08:39:49 -07:00
KeyMap.h UI: Flip Y analog direction based on config. 2021-04-04 08:39:49 -07:00
Loaders.cpp Propagate errors from file identification upwards better. 2021-08-07 11:54:45 +02:00
Loaders.h Propagate errors from file identification upwards better. 2021-08-07 11:54:45 +02:00
MemFault.cpp Remove now-redundant check 2021-02-09 10:17:15 +01:00
MemFault.h Crash screen: Add a very dangerous and inaccurate "Resume" function. 2020-12-19 20:27:39 +01:00
MemMap.cpp Somewhat improved error checking in MemArena. 2021-07-07 19:01:42 +02:00
MemMap.h MemMap: Cleanup memory mirror pointers. 2021-04-23 22:43:21 -07:00
MemMapFunctions.cpp Core: Correct ValidSize outside scratchpad. 2021-04-21 19:32:22 -07:00
MemMapHelpers.h Debugger: Include src tag in Memory::Memcpy. 2021-04-03 18:14:59 -07:00
Opcode.h More reinterpret shader gen and test work. 2020-11-08 10:41:20 +01:00
PSPLoaders.cpp Cleanup the ownership model in MetaFileSystem. 2021-07-24 10:31:15 +02:00
PSPLoaders.h
Replay.cpp Debugger: Add replay execute/flush APIs. 2021-05-30 15:25:07 -07:00
Replay.h Debugger: Add replay execute/flush APIs. 2021-05-30 15:25:07 -07:00
Reporting.cpp Reporting: Move message report interface to Common. 2021-06-06 09:22:03 -07:00
Reporting.h Reporting: Move message report interface to Common. 2021-06-06 09:22:03 -07:00
SaveState.cpp Merge pull request #14434 from unknownbrackets/savestate 2021-08-07 17:23:26 +02:00
SaveState.h Merge pull request #14434 from unknownbrackets/savestate 2021-08-07 17:23:26 +02:00
Screenshot.cpp Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
Screenshot.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
System.cpp Propagate errors from file identification upwards better. 2021-08-07 11:54:45 +02:00
System.h Workaround for the /PSP path thing. Needs testing. 2021-07-25 17:32:12 +02:00
TextureReplacer.cpp Make the minimum items per thread explicit. Found some bugs, optional arguments are evil. 2021-06-12 21:21:28 +02:00
TextureReplacer.h Replacement: Allow loading ZIMs for replacements. 2021-05-16 09:30:33 -07: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 Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
WaveFile.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
WebServer.cpp Common: Use Path for GetFileSize(). 2021-05-15 11:11:37 -07:00
WebServer.h
x360_compat.h