ppsspp/Common
2016-12-27 11:59:06 +01:00
..
Crypto Oops 2014-12-07 21:31:44 +01:00
GL android: Change preprocessor define to standard __ANDROID__ 2016-10-12 11:14:09 +02:00
Vulkan Update Vulkan headers. Hack around another validation check (which I beleive to be bugged). 2016-12-15 18:12:53 +01:00
ABI.cpp cmake: Use preprocessor for conditional compilation in Common 2016-10-11 16:55:29 +02:00
ABI.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
Arm64Emitter.cpp Fix compiler check in Arm64Emitter.cpp. Should help #9104 2016-10-31 22:34:15 +01:00
Arm64Emitter.h Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache 2016-05-01 11:40:00 +02:00
ArmABI.cpp fix sscanf types 2016-12-02 22:46:52 -03:00
ArmABI.h Just some sketchwork on a JIT for ARM. When completed, will bring speed to mobile devices. 2012-11-23 19:41:35 +01:00
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 cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
ArmEmitter.cpp fix sscanf types 2016-12-02 22:46:52 -03:00
ArmEmitter.h symbian: Remove! 2016-10-11 18:49:08 +02:00
Atomic_GCC.h Symbian buildfix 2015-01-11 18:16:15 +01:00
Atomic_Win32.h Avoid min/max issues from Atomics.h. 2015-02-01 11:55:02 -08:00
Atomics.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
BitSet.h Transplant Dolphin's ARM64 emitter over. Not hooked up to anything (yet...) 2014-12-15 22:09:26 +01:00
ChunkFile.cpp cmake: Move some cmake includes to ext 2016-12-18 22:17:41 +01:00
ChunkFile.h cmake: Move some cmake includes to ext 2016-12-18 22:17:41 +01:00
CodeBlock.h symbian: Remove! 2016-10-11 18:49:08 +02:00
ColorConv.cpp Oops again. Let's not const these. 2016-12-06 20:16:59 +01:00
ColorConv.h Oops again. Let's not const these. 2016-12-06 20:16:59 +01:00
ColorConvNEON.cpp Actually fix the build this time, doh 2016-12-06 23:58:31 +01:00
ColorConvNEON.h Oops again. Let's not const these. 2016-12-06 20:16:59 +01:00
Common.h cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
Common.vcxproj cmake: Move some cmake includes to ext 2016-12-18 22:17:41 +01:00
Common.vcxproj.filters Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache 2016-05-01 11:40:00 +02:00
CommonFuncs.h Fix the fix 2016-05-08 22:32:08 +02:00
CommonTypes.h cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
CommonWindows.h Pick some safe changes from the android gradle branch (including windows CMake fixes) 2016-12-05 16:52:03 +01:00
ConsoleListener.cpp Fix a failed lock release warning. 2016-03-20 14:16:54 -07:00
ConsoleListener.h Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
CPUDetect.cpp android: Change preprocessor define to standard __ANDROID__ 2016-10-12 11:14:09 +02:00
CPUDetect.h cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
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 Introduce fake vertex decoder JIT as well. 2014-11-13 17:10:29 +10:00
FakeEmitter.h symbian: Remove! 2016-10-11 18:49:08 +02:00
FileUtil.cpp symbian: Remove! 2016-10-11 18:49:08 +02:00
FileUtil.h Create openIniFile function in FileUtil to avoid duplicates 2016-06-22 05:55:45 +02:00
FixedSizeQueue.h Fixed some errors from PVS-Studio in Core project 2015-12-31 10:25:11 +03:00
GraphicsContext.h Guess what? More renaming 2016-12-27 11:59:06 +01:00
KeyMap.cpp android: Change preprocessor define to standard __ANDROID__ 2016-10-12 11:14:09 +02:00
KeyMap.h blackberry: Remove! 2016-10-11 17:40:32 +02:00
Log.h cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
LogManager.cpp symbian: Remove! 2016-10-11 18:49:08 +02:00
LogManager.h Standardize on just one mutex implementation. 2016-03-06 14:49:15 -08: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 maemo: Remove! 2016-10-12 13:13:09 +02:00
MemArena.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
MemoryUtil.cpp android: Change preprocessor define to standard __ANDROID__ 2016-10-12 11:14:09 +02:00
MemoryUtil.h symbian: Remove! 2016-10-11 18:49:08 +02:00
MipsCPUDetect.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
MipsEmitter.cpp symbian: Remove! 2016-10-11 18:49:08 +02:00
MipsEmitter.h symbian: Remove! 2016-10-11 18:49:08 +02:00
Misc.cpp symbian: Remove! 2016-10-11 18:49:08 +02:00
MsgHandler.cpp Use USING_WIN_UI for desktop Windows console. 2016-01-03 15:10:50 -08:00
MsgHandler.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
stdafx.cpp cmake: Use preprocessor for conditional compilation in Common 2016-10-11 16:55:29 +02:00
stdafx.h [xbox] 360 support for common 2014-03-02 12:15:10 -08: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 Remove empty define 2016-12-04 01:08:01 -03:00
ThreadPools.cpp Some more UI stuff. 2013-06-02 23:46:03 +02:00
ThreadPools.h Some more UI stuff. 2013-06-02 23:46:03 +02:00
ThreadSafeList.h Cleanup and comments in sceGe.cpp 2015-07-24 19:52:42 +02:00
Thunk.cpp Implement W^X-compatible path. Works on Windows and Android, hopefully iOS (untested). 2016-08-28 14:52:08 +02:00
Thunk.h Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache 2016-05-01 11:40:00 +02:00
Timer.cpp blackberry: Remove! 2016-10-11 17:40:32 +02:00
Timer.h Remove some unused things reported by clang. 2016-03-20 23:14:08 -07:00
x64Analyzer.cpp Revert "Better wrapper system, and fixed warnings" 2012-11-05 10:05:09 +01:00
x64Analyzer.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
x64Emitter.cpp Write-protect the dispatcher on all platforms. 2016-08-28 13:35:27 +02:00
x64Emitter.h cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
XboxCPUDetect.cpp [Xbox] Missings files 2014-03-02 11:16:56 -08:00