.. |
Debugger
|
Debugger: Fix input.analog.send validation.
|
2022-10-29 17:38:37 -07:00 |
Dialog
|
Savedata: Update filelist on file erasure.
|
2022-10-16 09:20:04 -07:00 |
ELF
|
Revert "Revert "Loader: Validate offsets and truncation in ELF.""
|
2022-10-10 13:29:09 +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
|
Io: Fail open earlier from ms0: w/ no access flags.
|
2022-10-15 20:55:26 -07:00 |
Font
|
Font: Fix bad memory read on invalid font data.
|
2022-08-13 12:16:21 -07:00 |
HLE
|
SaveState: Restore replacements in only one place.
|
2022-10-29 17:59:35 -07:00 |
HW
|
Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back'
|
2022-09-30 12:35:28 +03:00 |
MIPS
|
interp: Correct dprefix accuracy for vrot.
|
2022-10-30 21:47:28 -07:00 |
Util
|
Savedata: Skip and defer texture exist check.
|
2022-10-09 14:42:31 -07:00 |
AVIDump.cpp
|
|
|
AVIDump.h
|
|
|
Compatibility.cpp
|
OpenXR - Refactor compatvr.ini file (#16270)
|
2022-10-22 16:16:23 +02:00 |
Compatibility.h
|
OpenXR - Refactor compatvr.ini file (#16270)
|
2022-10-22 16:16:23 +02:00 |
Config.cpp
|
OpenXR - Camera side adjust added
|
2022-10-29 19:31:57 +02:00 |
Config.h
|
OpenXR - Camera side adjust added
|
2022-10-29 19:31:57 +02: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
|
Correct cleaning string and remove unused vars
|
2022-09-30 12:26:30 +03:00 |
Core.h
|
UI: Show return address for exec crashes.
|
2022-08-21 14:49:34 -07:00 |
Core.vcxproj
|
Build: Ignore no symbols link warning.
|
2022-10-01 17:14:12 -07:00 |
Core.vcxproj.filters
|
Moving sceNpMatching2-stuff to sceNp2.cpp/h.
|
2022-08-04 16:12:29 +07:00 |
CoreParameter.h
|
Really not sure how we can detect whether a depth deswizzle is needed :( Hopefully temporary flag...
|
2022-08-21 09:58:58 +02:00 |
CoreTiming.cpp
|
Revert "Disables "ForceCheck" on jit invalidation on ARM32, introduced in #16194"
|
2022-10-11 15:42:59 +02: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
|
OpenXR - Add new virtual key for camera adjust
|
2022-10-29 20:47:29 +02:00 |
KeyMap.h
|
OpenXR - Add new virtual key for camera adjust
|
2022-10-29 20:47:29 +02:00 |
KeyMapDefaults.cpp
|
OpenXR - 2D mode hack mappable (using screen keycode)
|
2022-08-15 16:53:00 +02:00 |
KeyMapDefaults.h
|
OpenXR - Default device config added
|
2022-07-24 15:38:30 +02:00 |
Loaders.cpp
|
Fixed syntax accessing method reviewed by Unknown W. Brackets <checkins@unknownbrackets.org>
|
2022-10-03 10:47:55 +03: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
|
HLE: Remove misc usage of WriteStruct().
|
2022-09-03 10:44:11 -07:00 |
MemMap.h
|
Fix dialog rendering (PPGe). Fixes #15954
|
2022-09-04 00:42:14 +02:00 |
MemMapFunctions.cpp
|
Separate logging for GetPointer/GetPointerWrite
|
2022-07-24 13:39:37 +02:00 |
MemMapHelpers.h
|
Kernel: Use PSPPointer for status objects.
|
2022-09-03 10:44:12 -07:00 |
Opcode.h
|
|
|
PSPLoaders.cpp
|
|
|
PSPLoaders.h
|
|
|
Replay.cpp
|
|
|
Replay.h
|
|
|
Reporting.cpp
|
Reporting: Avoid accessing ticks before start.
|
2022-10-04 23:46:25 -07:00 |
Reporting.h
|
Reporting: Disable when debugger methods used.
|
2022-07-30 18:21:32 -07:00 |
SaveState.cpp
|
SaveState: Restore replacements in only one place.
|
2022-10-29 17:59:35 -07:00 |
SaveState.h
|
|
|
Screenshot.cpp
|
GE Debugger: Copy images optionally with alpha.
|
2022-09-24 11:43:52 -07:00 |
Screenshot.h
|
GE Debugger: Copy images optionally with alpha.
|
2022-09-24 11:43:52 -07:00 |
System.cpp
|
Merge branch 'master' into master
|
2022-10-03 07:49:13 +00:00 |
System.h
|
Debugger: Fix game.reset by adding a reboot status.
|
2022-10-01 18:13:22 -07:00 |
TextureReplacer.cpp
|
Replacement: Fix reload of replaced textures.
|
2022-09-01 19:17:04 -07:00 |
TextureReplacer.h
|
Replacement: Read files only within time budget.
|
2022-08-21 22:07:05 -07:00 |
ThreadEventQueue.h
|
|
|
ThreadPools.cpp
|
|
|
ThreadPools.h
|
|
|
WaveFile.cpp
|
|
|
WaveFile.h
|
|
|
WebServer.cpp
|
Correct cleaning string and remove unused vars
|
2022-09-30 12:26:30 +03:00 |
WebServer.h
|
|
|
x360_compat.h
|
|
|