ppsspp/Core
Henrik Rydgård 99cfff3ac6
Merge pull request #15355 from unknownbrackets/mp3
Add some Mp3 fixes from a bit ago, pass several mp3 tests
2022-01-27 15:12:06 +01:00
..
Debugger Debugger: Avoid flushing meminfo on write lookup. 2022-01-15 19:43:16 -08:00
Dialog Savedata: Fix indeterminate timing of field update. 2022-01-26 00:31:30 -08:00
ELF More checks in ParamSFO reader. Only problem left is that the strings are null terminated and can walk off the buffer. 2021-10-08 19:09:46 +02:00
FileLoaders Android: Optimize content URI exists check. 2021-12-05 21:01:49 -08:00
FileSystems Path: Check for PSP case insensitively. 2021-12-16 15:06:15 -08:00
Font Font: Prevent a crash on invalid data. 2021-06-12 10:09:47 -07:00
HLE Merge pull request #15355 from unknownbrackets/mp3 2022-01-27 15:12:06 +01:00
HW Mp3: Output PCM data using even/odd buffer slot. 2022-01-27 00:22:44 -08:00
MIPS x86jit: Check CALL dist for safe memory funcs. 2022-01-22 00:14:15 -08:00
Util UI: Reset ZIP install errors for new ZIPs. 2022-01-17 09:15:39 -08: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 Make the Vulkan GPU log profiler a runtime developer setting. 2021-12-19 22:50:14 +01:00
Config.h Make the Vulkan GPU log profiler a runtime developer setting. 2021-12-19 22:50:14 +01:00
ConfigValues.h Display: Remove frameskip fast-forward mode. 2021-10-12 20:38:57 -07:00
ControlMapper.cpp Common: Reduce some log levels. 2021-08-28 09:14:53 -07:00
ControlMapper.h Customizable touch control (rebased with label) 2021-07-11 09:55:25 +02:00
Core.cpp Debugger: Remove double debug window updates. 2021-12-12 11:24:03 -08:00
Core.h Debugger: Add reason to cpu.stepping event. 2021-10-23 22:08:15 -07:00
Core.vcxproj Debugger: Add initial GPU stats shell. 2021-10-19 10:01:40 -07:00
Core.vcxproj.filters Debugger: Add initial GPU stats shell. 2021-10-19 10:01:40 -07:00
CoreParameter.h Rename Unthrottle to Fast-forward globally 2021-08-18 09:28:13 +02:00
CoreTiming.cpp Debugger: Track reason for entering stepping. 2021-10-23 16:56:15 -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 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
Instance.cpp Instance: add missing include after 1bace55583 2021-09-24 01:18:53 +00:00
Instance.h
KeyMap.cpp Use System_GetPropertyInt to report the keyboard layout 2022-01-10 00:11:08 +00:00
KeyMap.h Double binding fix 2021-09-08 08:54:59 +02:00
KeyMapDefaults.cpp Use System_GetPropertyInt to report the keyboard layout 2022-01-10 00:11:08 +00:00
KeyMapDefaults.h Add additional autoconf layout for xbox pads on Android. Revert the normal pad layout. 2021-08-28 15:38:03 +02:00
Loaders.cpp Path: Check for PSP case insensitively. 2021-12-16 15:06:15 -08:00
Loaders.h Propagate errors from file identification upwards better. 2021-08-07 11:54:45 +02:00
MemFault.cpp jit: Lock around changes to the jit pointer. 2021-11-28 10:04:22 -08:00
MemFault.h
MemMap.cpp jit: Lock around changes to the jit pointer. 2021-11-28 10:04:22 -08: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
PSPLoaders.cpp Core: Fix unused variable warning. 2021-10-22 09:09:06 -07: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 Io: Remove setting to disable I/O on thread. 2021-10-12 20:40:26 -07:00
Reporting.h GameScreen: Minor logic cleanup, remove Calculate CRC button when not needed. 2021-08-21 20:58:25 +02:00
SaveState.cpp jit: Lock around changes to the jit pointer. 2021-11-28 10:04:22 -08: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 Path: Check for PSP case insensitively. 2021-12-16 15:06:15 -08:00
System.h Core: Allow forcing debug statistics collection. 2021-10-19 10:01:41 -07:00
TextureReplacer.cpp ThreadManager: Make TaskType a property of a Task. 2021-12-05 21:01:49 -08:00
TextureReplacer.h Replacement: Add ini setting to disable pop-in. 2021-10-23 20:56:19 -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 Debugger: Serve local web debugger from assets. 2021-09-26 11:56:32 -07:00
WebServer.h
x360_compat.h