ppsspp/Common
Henrik Rydgård f4b78bacd7 MacOSX: Apply potential fix for #16376
See #16376.

Tested not to break anything on MacOS Mojave. Unfortunately I can't test on Ventura on my x64 mac, it's too old.
2022-11-26 10:38:23 +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
GPU Merge pull request #16434 from unknownbrackets/stencil-opt 2022-11-25 10:06:41 +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
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
Thread Make Mailbox handle null values. Fixes hang. 2022-11-08 00:21:08 +01:00
UI Fix layout issues in AbstractChoiceWithValueDisplay. Remove title text from post shaders to fit. 2022-11-25 10:23:59 +01:00
VR typos fixed 2022-11-25 15:58:51 +01:00
ABI.cpp
ABI.h
Arm64Emitter.cpp
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp
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 Replace the "GetCurrentStepId"-based state invalidation with callbacks 2022-11-24 10:52:42 +01:00
Common.vcxproj.filters Replace the "GetCurrentStepId"-based state invalidation with callbacks 2022-11-24 10:52:42 +01:00
CommonFuncs.h
CommonTypes.h
CommonWindows.h
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.cpp
CPUDetect.h
DbgNew.h
ExceptionHandlerSetup.cpp MacOSX: Apply potential fix for #16376 2022-11-26 10:38:23 +01: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
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
MemoryUtil.h
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
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