ppsspp/Core
Henrik Rydgård 939b3111c7
Merge pull request #16543 from hrydgard/shutdown-fix-attempt
Windows: Fix cleanup order on shutdown
2022-12-11 13:41:42 +01:00
..
Debugger Delete a few obsolete lines of code 2022-12-11 10:01:55 +01:00
Dialog Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
ELF Global: Cleanup initialization/pointer checks. 2022-12-10 21:13:36 -08:00
FileLoaders Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
FileSystems Global: Cleanup initialization/pointer checks. 2022-12-10 21:13:36 -08:00
Font Font: Fix bad memory read on invalid font data. 2022-08-13 12:16:21 -07:00
HLE Global: Cleanup initialization/pointer checks. 2022-12-10 21:13:36 -08:00
HW Global: Cleanup initialization/pointer checks. 2022-12-10 21:13:36 -08:00
MIPS Delete a few obsolete lines of code 2022-12-11 10:01:55 +01:00
Util Global: Cleanup some type/range checks. 2022-12-10 21:13:37 -08:00
AVIDump.cpp Address all the easy feedback. Some is left. 2021-05-13 10:39:17 +02:00
AVIDump.h Fix Symbian Builds 2016-09-04 12:52:14 -04:00
Compatibility.cpp LittleBigPlanet: Compat flag to work around smoke rendering problem 2022-12-07 13:29:47 +01:00
Compatibility.h LittleBigPlanet: Compat flag to work around smoke rendering problem 2022-12-07 13:29:47 +01:00
Config.cpp Merge pull request #16488 from lvonasek/config_openxr_update 2022-12-11 13:37:09 +01:00
Config.h Load and cache langValuesMapping on demand 2022-12-05 12:10:45 +01:00
ConfigValues.h UI: Clamp analog speed to 0 on opposite value. 2022-07-05 16:07:09 -07:00
ControlMapper.cpp Remove some logspam, oops 2022-11-24 12:47:13 +01:00
ControlMapper.h Joystick input: Ignore in-deadzone events from a different device than previous events 2022-11-23 12:22:59 +01: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 SaveState: Make event restoring more obvious. 2020-12-28 13:29:19 -08:00
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 Add contributed data about a couple of prototypes to auto-expand memory to 64MB 2022-04-16 20:38:03 +02:00
HDRemaster.h Windows: Fix improper case or missing includes. 2021-02-14 10:30:10 -08:00
Host.cpp Windows: Initialize WindowsHost in EmuThread. 2017-05-05 06:53:48 -07:00
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 Instance: add missing include after 1bace55583 2021-09-24 01:18:53 +00:00
Instance.h Windows: Show instance counter only with peers. 2020-08-18 06:59:49 -07:00
KeyMap.cpp OpenXR - Camera adjustment using PSP keys 2022-11-07 17:13:08 +01:00
KeyMap.h OpenXR - Camera adjustment using PSP keys 2022-11-07 17:13:08 +01:00
KeyMapDefaults.cpp Add GAS/BRAKE keymappings to Xinput default maps. Fixes #15992 2022-11-23 12:43:51 +01:00
KeyMapDefaults.h OpenXR - Default device config added 2022-07-24 15:38:30 +02:00
Loaders.cpp Core: Correct a use after free. 2022-12-10 21:13:37 -08:00
Loaders.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
MemFault.cpp Crash: Recover from unaligned CPU access. 2022-05-21 11:39:26 -07:00
MemFault.h Crash screen: Add a very dangerous and inaccurate "Resume" function. 2020-12-19 20:27:39 +01:00
MemMap.cpp SaveState: Correct missing switch case warnings. 2022-12-04 07:57:30 -08: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 Couple more FormatMemWriteTagAt 2022-12-01 16:00:47 +01:00
Opcode.h More reinterpret shader gen and test work. 2020-11-08 10:41:20 +01:00
PSPLoaders.cpp Core: Fix unused variable warning. 2021-10-22 09:09:06 -07:00
PSPLoaders.h Move umd replace to loaders. 2020-01-02 14:56:24 +08:00
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 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 Merge pull request #14434 from unknownbrackets/savestate 2021-08-07 17:23:26 +02:00
Screenshot.cpp Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
Screenshot.h GE Debugger: Copy images optionally with alpha. 2022-09-24 11:43:52 -07:00
System.cpp Remove some unused/unnecessary code 2022-12-03 12:05:10 +01:00
System.h Debugger: Fix game.reset by adding a reboot status. 2022-10-01 18:13:22 -07:00
TextureReplacer.cpp Replacement: Avoid issues with c++14 data(). 2022-10-31 20:17:18 -07:00
TextureReplacer.h Replacement: Don't double count memory usage. 2022-10-30 10:57:41 -07:00
ThreadEventQueue.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
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 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 Correct cleaning string and remove unused vars 2022-09-30 12:26:30 +03:00
WebServer.h http: Ensure webserver shutdown on exit. 2019-09-28 11:12:12 -07:00
x360_compat.h [Xbox] Missings files 2014-03-02 11:16:56 -08:00