ppsspp/Core
Unknown W. Brackets c2a1caa2a2 irjit: Prevent corruption on purge temps pass.
If a switch occurs and then something clobbers the dest of that switch, we
were wiping out the first of those three instructions incorrectly.
2022-07-21 09:06:37 -07:00
..
Debugger Debugger: Keep separate tag dirty for RAM. 2022-03-20 13:24:42 -07:00
Dialog Osk: Allow upper/lower for all keyboards. 2022-07-16 17:47:31 -07:00
ELF Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08: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 Io: Show message if files are outside valid ISO. 2022-07-11 18:58:57 -07:00
Font
HLE Add a simple compat flag to workaround the Clone Wars issue, #12949 2022-07-15 11:44:51 +02:00
HW ffmpeg: fix compile bug 2022-06-24 16:50:56 +08:00
MIPS irjit: Prevent corruption on purge temps pass. 2022-07-21 09:06:37 -07:00
Util Config: Move recent ISOs access to accessors. 2022-07-11 20:44:13 -07:00
AVIDump.cpp
AVIDump.h
Compatibility.cpp Add a simple compat flag to workaround the Clone Wars issue, #12949 2022-07-15 11:44:51 +02:00
Compatibility.h Add a simple compat flag to workaround the Clone Wars issue, #12949 2022-07-15 11:44:51 +02:00
Config.cpp Config: Keep recentIsos lock owned by Config. 2022-07-12 17:12:25 -07:00
Config.h Config: Keep recentIsos lock owned by Config. 2022-07-12 17:12:25 -07: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
Core.vcxproj Merge separate NEON functions into the normal functions. 2022-04-12 23:43:21 +02:00
Core.vcxproj.filters Merge separate NEON functions into the normal functions. 2022-04-12 23:43:21 +02: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.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.h
KeyMap.cpp UI: Add analog speed limit mapping. 2022-07-04 19:14:05 -07:00
KeyMap.h UI: Add analog speed limit mapping. 2022-07-04 19:14:05 -07:00
KeyMapDefaults.cpp Better default control config for the Retroid handheld Android console 2022-04-30 19:24:58 +02:00
KeyMapDefaults.h Better default control config for the Retroid handheld Android console 2022-04-30 19:24:58 +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
MemMap.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
MemMapFunctions.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
MemMapHelpers.h Debugger: Avoid write tag lookup on small alloc. 2022-02-06 09:28:48 -08:00
Opcode.h
PSPLoaders.cpp
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 Display: Move core counters/stats to HW file. 2022-01-30 11:53:48 -08:00
Reporting.h
SaveState.cpp Display: Move core counters/stats to HW file. 2022-01-30 11:53:48 -08:00
SaveState.h
Screenshot.cpp
Screenshot.h
System.cpp Inline the CoreParameters accessor (eliminates a function call for each access) 2022-06-11 12:13:07 +02:00
System.h Inline the CoreParameters accessor (eliminates a function call for each access) 2022-06-11 12:13:07 +02:00
TextureReplacer.cpp Remove unmotivated check preventing texture ini creation on mobile. (#15647) 2022-07-10 22:34:44 +02:00
TextureReplacer.h Remove unmotivated check preventing texture ini creation on mobile. (#15647) 2022-07-10 22:34:44 +02:00
ThreadEventQueue.h
ThreadPools.cpp
ThreadPools.h
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