ppsspp/Core
Henrik Rydgård 914b4478b6
Merge pull request #14493 from unknownbrackets/replay
Add debugger APIs for replay recording
2021-05-31 11:45:39 +02:00
..
Debugger Merge pull request #14493 from unknownbrackets/replay 2021-05-31 11:45:39 +02:00
Dialog Common: Capitalize setCurrentThreadName(). 2021-04-30 23:02:36 -07:00
ELF Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
FileLoaders It never ends... 2021-05-13 10:39:16 +02:00
FileSystems Fix FixPathCase bug when constructing the full path. 2021-05-17 21:18:24 +03:00
Font Global: Correct many endian types and casts. 2021-02-18 22:25:24 -08:00
HLE Show Port Offset value too when detecting Data coming from incorrect port. 2021-05-16 13:16:20 +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 Common: Cleanup some Path constructions. 2021-05-14 22:48:04 -07: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 Remove the ability to have multiple search paths for config. 2021-05-30 12:45:12 +02:00
Config.h Remove the ability to have multiple search paths for config. 2021-05-30 12:45:12 +02:00
ConfigValues.h UI: Add BG animation for recent games. 2021-04-04 10:48:42 -07: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 Debugger: Add stub API for replay functionality. 2021-05-29 14:50:57 -07:00
Core.vcxproj.filters Debugger: Add stub API for replay functionality. 2021-05-29 14:50:57 -07: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 Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
CwCheat.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
HDRemaster.cpp Merge base/basictypes.h into Common/Common.h (mostly). 2020-09-29 15:51:51 +02:00
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 Windows: Show instance counter only with peers. 2020-08-18 06:59:49 -07:00
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 Additional feedback. 2021-05-13 10:39:17 +02:00
Loaders.h It never ends... 2021-05-13 10:39:16 +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 MemMap: Map 0xC0000000 into virtual memory. 2021-04-23 23:21:51 -07: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 It never ends... 2021-05-13 10:39:16 +02:00
PSPLoaders.h Move umd replace to loaders. 2020-01-02 14:56:24 +08:00
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: Cancel requests on shutdown. 2021-05-16 09:55:50 -07:00
Reporting.h It never ends... 2021-05-13 10:39:16 +02:00
SaveState.cpp SaveState: Use Path instead of strings. 2021-05-14 23:00:22 -07:00
SaveState.h SaveState: Use Path instead of strings. 2021-05-14 23:00:22 -07: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 Merge pull request #14494 from unknownbrackets/debugger 2021-05-31 11:44:42 +02:00
System.h Config: Remove the use of multiple search paths. 2021-05-30 12:39:16 +02:00
TextureReplacer.cpp Replacement: Validate ZIMs are 8888. 2021-05-16 09:48:28 -07:00
TextureReplacer.h Replacement: Allow loading ZIMs for replacements. 2021-05-16 09:30:33 -07:00
ThreadEventQueue.h Split CORE_ERROR into CORE_BOOT_ERROR and CORE_RUNTIME_ERROR 2020-07-12 15:25:20 +02:00
ThreadPools.cpp Core: Init memory on multiple threads. 2021-04-16 00:53:50 -07:00
ThreadPools.h Core: Init memory on multiple threads. 2021-04-16 00:53:50 -07: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 http: Ensure webserver shutdown on exit. 2019-09-28 11:12:12 -07:00
x360_compat.h