ppsspp/Common
2020-07-18 20:35:39 +02:00
..
Crypto
GL Switch: Add EGL interface. 2020-03-15 08:40:05 -07:00
Vulkan Cleanup log output on swapchain/surface recreation. 2020-07-18 20:35:39 +02:00
ABI.cpp
ABI.h
Arm64Emitter.cpp arm64jit: Track writable and non-writable pointers. 2020-05-17 00:15:12 -07:00
Arm64Emitter.h arm64jit: Track writable and non-writable pointers. 2020-05-17 00:15:12 -07:00
ArmABI.cpp
ArmABI.h
ArmCommon.h
ArmCPUDetect.cpp ArmCPUDetect: close the registry key when finish 2019-05-13 19:06:31 +08:00
ArmEmitter.cpp arm64jit: Track writable and non-writable pointers. 2020-05-17 00:15:12 -07:00
ArmEmitter.h arm64jit: Track writable and non-writable pointers. 2020-05-17 00:15:12 -07:00
BitScan.h Compat: Option to use accurate dotprod for VMMUL. 2019-08-05 11:44:52 -07:00
BitSet.h
ChunkFile.cpp Text input: Clearly use 16-bit chars like the PSP, don't rely on wchar_t. 2020-03-22 16:44:19 +01:00
ChunkFile.h Text input: Clearly use 16-bit chars like the PSP, don't rely on wchar_t. 2020-03-22 16:44:19 +01:00
CodeBlock.h ARM/ARM64 instruction analysis, hook up to handler 2020-07-14 09:25:45 +02:00
ColorConv.cpp ColorConv: Fix typo introduced in #12882, fixing #13014 2020-06-15 16:11:47 +02:00
ColorConv.h GPU: Take A off RGB565 conversion funcs. 2020-05-13 18:17:58 -07:00
ColorConvNEON.cpp Clean up some more ifdefs 2019-05-10 23:25:57 +02:00
ColorConvNEON.h
Common.h
Common.vcxproj Simple exception handler so we can ignore accesses that happen within the PSP memory space. 2020-07-14 09:25:45 +02:00
Common.vcxproj.filters Simple exception handler so we can ignore accesses that happen within the PSP memory space. 2020-07-14 09:25:45 +02:00
CommonFuncs.h Fix the Windows 32-bit build. 2020-05-19 00:10:39 +02:00
CommonTypes.h
CommonWindows.h Separate T3DCreate* into its own header to avoid including Windows.h etc in some cases. 2018-02-25 10:27:59 +01:00
ConsoleListener.cpp Remove our custom atomics code entirely. 2020-05-17 13:11:36 +02:00
ConsoleListener.h Convert atomic code in core and ConsoleListener to use C++ atomics 2020-05-17 13:04:34 +02:00
CPUDetect.cpp Add TSX Extension 2018-09-14 13:09:27 +02:00
CPUDetect.h Add TSX Extension 2018-09-14 13:09:27 +02:00
DbgNew.h VS2017: Add hack to automatically select the newest installed Windows 10 SDK. VS2019 already does this by default if you specify 10.0. 2019-05-19 15:23:25 +02:00
ExceptionHandlerSetup.cpp Buildfix. Checking _POSIX_VERSION is not recommended anyway. 2020-07-15 13:53:20 +02:00
ExceptionHandlerSetup.h Simple exception handler so we can ignore accesses that happen within the PSP memory space. 2020-07-14 09:25:45 +02:00
FakeCPUDetect.cpp
FakeEmitter.h
FileUtil.cpp Windows: Resolve module/full paths for long paths. 2020-01-04 09:02:10 -08:00
FileUtil.h Simplify openIniFile to use ShellExecute so .ini files get opened in an associated text editor 2019-08-15 16:25:16 +02:00
FixedSizeQueue.h SaveState: Initialize some memory that is saved. 2018-06-22 21:29:18 -07:00
GraphicsContext.h Vulkan: Recreate the swapchain if we get too many "out of date" frames. 2020-06-22 00:45:05 +02:00
Hashmaps.h Common/Hashmaps.h: add missing <stdint> include 2020-01-25 17:59:53 +00:00
KeyMap.cpp Mouse 4 as back in menu navigation 2020-04-02 18:26:31 +02:00
KeyMap.h Use 2 different button for CW and CCW 2020-03-23 09:24:36 +01:00
Log.h Partly clean up SDL resize code, should help #11974 2020-06-24 01:06:01 +02:00
LogManager.cpp Core: Fix logging of SCEGE category. 2018-08-22 18:28:36 -07:00
LogManager.h Log: Use a separate field for the timestamp. 2018-06-08 06:59:17 -07:00
MachineContext.h Buildfix. Checking _POSIX_VERSION is not recommended anyway. 2020-07-15 13:53:20 +02:00
MakeUnique.h Add MakeUnique.h so make_unique is available without C++14 2019-08-11 14:03:16 +02:00
MathUtil.h
MemArena.h
MemArenaAndroid.cpp Remove unused import. 2020-02-03 22:17:27 +01:00
MemArenaDarwin.cpp
MemArenaPosix.cpp Linux: Port the proper memory base finding over to MemArenaPosix.cpp. 2019-09-01 17:10:13 +02:00
MemArenaWin32.cpp
MemoryUtil.cpp Core: Avoid shadowing a define. 2020-03-08 21:27:45 -07:00
MemoryUtil.h
MipsCPUDetect.cpp
MipsEmitter.cpp
MipsEmitter.h
Misc.cpp fix mingw and msvc cmake builds. 2018-03-23 03:18:13 +01:00
MsgHandler.cpp
MsgHandler.h
OSVersion.cpp Improve compatibility. 2020-01-14 17:15:11 +08:00
OSVersion.h Improve compatibility. 2020-01-14 17:15:11 +08:00
stdafx.cpp
stdafx.h set _WIN32_WINNT to 0x0601 in stdafx.h 2018-03-23 22:54:12 +01:00
StringUtils.cpp Fix issue where too long filenames could wreck the Install Zip dialog layout. 2019-02-10 15:55:00 +01:00
StringUtils.h Fix issue where too long filenames could wreck the Install Zip dialog layout. 2019-02-10 15:55:00 +01:00
Swap.h
ThreadPools.cpp Init GlobalThreadPool in a thread safe manner 2019-08-11 14:03:54 +02:00
ThreadPools.h Init GlobalThreadPool in a thread safe manner 2019-08-11 14:03:54 +02:00
ThreadSafeList.h
Thunk.cpp
Thunk.h
Timer.cpp
Timer.h
x64Analyzer.cpp ARM/ARM64 instruction analysis, hook up to handler 2020-07-14 09:25:45 +02:00
x64Analyzer.h ARM/ARM64 instruction analysis, hook up to handler 2020-07-14 09:25:45 +02:00
x64Emitter.cpp arm64jit: Track writable and non-writable pointers. 2020-05-17 00:15:12 -07:00
x64Emitter.h arm64jit: Track writable and non-writable pointers. 2020-05-17 00:15:12 -07:00
XboxCPUDetect.cpp