ppsspp/Common
Henrik Rydgård cb7329cd11
Merge pull request #16426 from hrydgard/loadclut-fix
Rebind framebuffer after LoadCLUT-from-framebuffer
2022-11-24 10:48:26 +01:00
..
Crypto
Data Typo fix, thanks iota97 2022-10-06 20:46:57 +02:00
File Don't use PPSSPP-specific stuff in Common/VR for now. 2022-10-17 23:13:43 +02:00
GL Switch: Fix GL build typo. 2022-04-02 16:37:04 -07:00
GPU Merge pull request #16426 from hrydgard/loadclut-fix 2022-11-24 10:48:26 +01:00
Input Joystick input: Ignore in-deadzone events from a different device than previous events 2022-11-23 12:22:59 +01:00
Math Experimentally revert "Delete some misguided FPU control code, that we definitely don't want" 2022-10-10 18:35:29 +02:00
Net Debugger: Fix crash on bad request. 2022-08-11 20:24:30 -07:00
Profiler
Render Move AsyncImageFileView to Common, which required some more shuffling around of stuff. 2022-11-21 20:38:20 +01:00
Serialize SaveState: Switch from deprecated is_pod. 2022-11-12 12:30:04 -08:00
System OpenXR - Default device config added 2022-07-24 15:38:30 +02:00
Thread Make Mailbox handle null values. Fixes hang. 2022-11-08 00:21:08 +01:00
UI Pause menu background: Remove complicated transparency tricks, instead draw game as part of background. 2022-11-22 12:11:20 +01:00
VR OpenXR - Aspect ratio of menu background fixed 2022-11-22 21:49:52 +01:00
ABI.cpp
ABI.h
Arm64Emitter.cpp
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp Vero4k doesn't report its NEON support - so check for underlying Arm Cortex-A53. 2022-04-25 23:39:17 +01:00
ArmEmitter.cpp
ArmEmitter.h
BitScan.h
BitSet.h
Buffer.cpp
Buffer.h
CodeBlock.h jit: Add more reasonable estimates for RX protect. 2022-11-20 10:55:35 -08:00
Common.h
Common.vcxproj Move AsyncImageFileView to Common, which required some more shuffling around of stuff. 2022-11-21 20:38:20 +01:00
Common.vcxproj.filters Move AsyncImageFileView to Common, which required some more shuffling around of stuff. 2022-11-21 20:38:20 +01:00
CommonFuncs.h Keep ye olde else case 2022-06-19 16:47:02 +02:00
CommonTypes.h
CommonWindows.h
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.cpp softjit: Use BMI2 to speed up dst color loads. 2022-01-31 21:27:51 -08:00
CPUDetect.h softjit: Use BMI2 to speed up dst color loads. 2022-01-31 21:27:51 -08:00
DbgNew.h Minor cleanups 2022-04-23 22:52:28 +02:00
ExceptionHandlerSetup.cpp Common: add explicit <signal.h> for BSDs after 3ed7435012 2022-07-09 16:09:37 +00:00
ExceptionHandlerSetup.h
FakeCPUDetect.cpp
FakeEmitter.h
GraphicsContext.h
Log.cpp
Log.h
LogManager.cpp Lift length limit on Android logging 2022-11-08 00:21:37 +01:00
LogManager.h Remove a redundant mutex lock in logging. 2022-07-19 16:58:57 +02:00
LogReporting.cpp Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back' 2022-09-30 12:35:28 +03:00
LogReporting.h
MachineContext.h
MemArena.h
MemArenaAndroid.cpp
MemArenaDarwin.cpp
MemArenaPosix.cpp
MemArenaWin32.cpp
MemoryUtil.cpp Minor cleanups 2022-04-23 22:52:28 +02:00
MemoryUtil.h Save textures on background tasks when texture dumping is enabled. 2022-04-18 00:26:35 +02:00
MipsCPUDetect.cpp
MipsEmitter.cpp
MipsEmitter.h
MsgHandler.h
OSVersion.cpp
OSVersion.h
RiscVCPUDetect.cpp
RiscVEmitter.cpp Fix const pointer conversion error for RISC-V 2022-09-15 23:53:19 +08:00
RiscVEmitter.h riscv: Emit compressed instructions. 2022-08-27 15:44:19 -07:00
StringUtils.cpp Fix parsing ampersands in server listings for streaming 2022-11-05 23:31:30 +01:00
StringUtils.h Remove allocation from the heaviest MemBlockInfo path (BlockTransfer). Required some refactoring. 2022-09-01 11:59:35 +02:00
Swap.h
SysError.cpp
SysError.h
Thunk.cpp jit: Add more reasonable estimates for RX protect. 2022-11-20 10:55:35 -08:00
Thunk.h
TimeUtil.cpp Remove newly added dependencies on PPSSPP 2022-10-18 10:35:42 +02:00
TimeUtil.h Time the stress test 2022-04-08 11:55:49 +02:00
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp x86jit: Avoid an instruction form Valgrind hates. 2022-08-12 23:22:32 -07:00
x64Emitter.h x86jit: Correct vh2f NAN handling (#16275) 2022-10-23 10:09:29 +02:00