ppsspp/Common
2016-01-03 15:10:50 -08:00
..
Crypto
GL Minor fixes 2015-12-17 19:38:23 +01:00
ABI.cpp
ABI.h
Arm64Emitter.cpp Add missing include files to unittest 2015-10-24 13:24:05 -03:00
Arm64Emitter.h arm64: Add TST alias to the emitter. 2015-09-08 20:06:53 -07:00
ArmABI.cpp
ArmABI.h
ArmCommon.h ARM64: Port over some missing VFPU instructions from ARM. Not much left now. 2015-04-06 18:13:30 +02:00
ArmCPUDetect.cpp Show some cpu name if possible on Android. 2015-06-26 21:55:51 -07:00
ArmEmitter.cpp Fix a type comparison warning. 2015-12-23 15:22:13 -08:00
ArmEmitter.h ARM32: Disasm and emit NEON shifts-by-immediate 2015-07-09 00:24:57 +02:00
ArmThunk.cpp
Atomic_GCC.h
Atomic_Win32.h Avoid min/max issues from Atomics.h. 2015-02-01 11:55:02 -08:00
Atomics.h
BitSet.h
ChunkFile.cpp Fix some memory leaks on corrupt savestates 2015-10-04 14:11:33 +02:00
ChunkFile.h Fix some memory leaks on corrupt savestates 2015-10-04 14:11:33 +02:00
CodeBlock.h
ColorConv.cpp Fixed some errors from PVS-Studio in Common project 2015-12-25 09:49:26 +03:00
ColorConv.h Fix Direct3D9 framebuffer upload conversion funcs. 2015-05-25 10:47:37 -07:00
ColorConvNEON.cpp Oops, typo. 2015-05-23 12:20:00 -07:00
ColorConvNEON.h Add a NEON 4444 flip color conversion func. 2015-05-23 11:30:07 -07:00
Common.h Don't assume _MSC_VER / _WIN32 mean x86/x64. 2016-01-03 15:07:36 -08:00
Common.vcxproj GraphicsContext: Abstract away things like swapbuffers etc before adding even more backends. 2016-01-01 14:40:16 +01:00
Common.vcxproj.filters GraphicsContext: Abstract away things like swapbuffers etc before adding even more backends. 2016-01-01 14:40:16 +01: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
FakeCPUDetect.cpp
FakeEmitter.h
FileUtil.cpp Generate save state IDs for homebrew using the elf or directory name where applicable. 2015-09-25 19:27:40 +02: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 Fix assorted key mapping issues affecting Shield and probably pads in general on Android. See #7976 2015-09-17 22:46:59 +02:00
Log.h Try a different format of HLE logging. 2015-03-22 20:49:42 -07:00
LogManager.cpp Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
LogManager.h Try a different format of HLE logging. 2015-03-22 20:49:42 -07:00
MathUtil.h Don't set ARM "FastMode". Not worth the compat impact as is, could be made smarter. Should help issue #7234 2015-07-19 18:22:22 +02:00
MemArena.cpp Common: DragonFly needs MAP_NOSYNC as well 2015-05-26 15:20:11 +03:00
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
StdMutex.h Common: try to unbreak StdMutex.h on more C++11 compilers 2015-05-26 15:20:11 +03:00
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 Common: avoid redefining bswap* via <sys/types.h> on BSDs 2015-05-26 15:20:11 +03:00
ThreadPools.cpp
ThreadPools.h
ThreadSafeList.h Cleanup and comments in sceGe.cpp 2015-07-24 19:52:42 +02:00
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 x64Emitter: add RCPPS and RCPSS SSE instructions 2015-08-23 16:43:07 +02:00
x64Emitter.h x64Emitter: add RCPPS and RCPSS SSE instructions 2015-08-23 16:43:07 +02:00
XboxCPUDetect.cpp