ppsspp/Common
2016-03-06 14:49:16 -08:00
..
Crypto
GL Buildfix 2016-02-21 12:14:44 +01:00
ABI.cpp
ABI.h
Arm64Emitter.cpp Add missing include files to unittest 2015-10-24 13:24:05 -03:00
Arm64Emitter.h
ArmABI.cpp
ArmABI.h
ArmCommon.h
ArmCPUDetect.cpp
ArmEmitter.cpp ARM32 emitter: Tighten up distance check for forward jumps. Was off by one. 2016-01-30 21:38:42 +01:00
ArmEmitter.h
ArmThunk.cpp
Atomic_GCC.h
Atomic_Win32.h
Atomics.h
BitSet.h
ChunkFile.cpp Save the game title in savestates, if available. 2016-01-23 12:56:36 -08:00
ChunkFile.h Save the game title in savestates, if available. 2016-01-23 12:56:36 -08:00
CodeBlock.h
ColorConv.cpp Fixed some errors from PVS-Studio in Common project 2015-12-25 09:49:26 +03:00
ColorConv.h
ColorConvNEON.cpp
ColorConvNEON.h
Common.h Don't assume _MSC_VER / _WIN32 mean x86/x64. 2016-01-03 15:07:36 -08:00
Common.vcxproj Remove now-unused mutex implementation. 2016-03-06 14:49:16 -08:00
Common.vcxproj.filters Remove now-unused mutex implementation. 2016-03-06 14:49:16 -08:00
CommonFuncs.h Get rid of a bunch of more uses of stat64 on Windows. 2015-09-23 09:48:55 +02:00
CommonTypes.h
CommonWindows.h Generate save state IDs for homebrew using the elf or directory name where applicable. 2015-09-25 19:27:40 +02:00
ConsoleListener.cpp Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
ConsoleListener.h Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
CPUDetect.cpp Fixed some errors from PVS-Studio in Common project 2015-12-25 09:49:26 +03:00
CPUDetect.h
DbgNew.h Fix a bunch of memory leaks, after enabling file+line-number memory leak tracking for the MS Debug CRT. 2016-02-10 15:36:10 +01:00
FakeCPUDetect.cpp
FakeEmitter.h
FileUtil.cpp Replace some calls to fopen with File::OpenCFile (utf8). 2016-01-17 15:59:20 +01:00
FileUtil.h Fixed some errors from PVS-Studio in Common project 2015-12-25 09:49:26 +03:00
FixedSizeQueue.h Fixed some errors from PVS-Studio in Core project 2015-12-31 10:25:11 +03:00
GraphicsContext.h Buildfixes linux 2016-01-01 14:40:17 +01:00
KeyMap.cpp Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
KeyMap.h
Log.h
LogManager.cpp Standardize on just one mutex implementation. 2016-03-06 14:49:15 -08:00
LogManager.h Standardize on just one mutex implementation. 2016-03-06 14:49:15 -08:00
MathUtil.h
MemArena.cpp
MemArena.h
MemoryUtil.cpp Jit: Properly re-allocate when jit is freed a lot. 2016-01-02 13:24:58 -08:00
MemoryUtil.h
MipsCPUDetect.cpp
MipsEmitter.cpp
MipsEmitter.h
Misc.cpp
MsgHandler.cpp Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
MsgHandler.h
stdafx.cpp
stdafx.h
StringUtils.cpp ARM64 disassembler improvements (show many kinds of branch targets properly) 2015-10-10 11:27:28 +02:00
StringUtils.h ARM64 disassembler improvements (show many kinds of branch targets properly) 2015-10-10 11:27:28 +02:00
Swap.h
ThreadPools.cpp
ThreadPools.h
ThreadSafeList.h
Thunk.cpp
Thunk.h
Timer.cpp Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
Timer.h
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp x86-64: Fix L bit in VEX instruction emitter. Ported fix from Citra. 2016-02-28 13:07:24 +01:00
x64Emitter.h
XboxCPUDetect.cpp