ppsspp/Common
2015-04-06 18:13:27 +02:00
..
Crypto Oops 2014-12-07 21:31:44 +01:00
ABI.cpp x86jit: Fix a copy/paste error. 2015-01-18 13:26:14 -08:00
ABI.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
Arm64Emitter.cpp ARM64 emitter/disasm: More scalar FPU instructions 2015-04-06 18:13:27 +02:00
Arm64Emitter.h ARM64 emitter/disasm: More scalar FPU instructions 2015-04-06 18:13:27 +02:00
ArmABI.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02: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 Transplant Dolphin's ARM64 emitter over. Not hooked up to anything (yet...) 2014-12-15 22:09:26 +01:00
ArmCPUDetect.cpp Better logic immediate support in ARM emitter. From V8. 2015-04-06 18:13:02 +02:00
ArmEmitter.cpp Match up two arrays for error messages. 2015-01-17 18:43:04 -08:00
ArmEmitter.h More ARM64 disasm, warning fixes 2015-04-06 18:13:07 +02:00
ArmThunk.cpp Fix stack overflow on x64 with memchecks, darn it. 2014-02-16 19:18:08 -08: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 Fix a memleak on an error condition. 2015-01-17 18:21:03 -08:00
ChunkFile.h Merge pull request #7140 from AbandonedCart/master 2014-12-18 22:38:14 +01:00
CodeBlock.h Port the x86 and ARM emitters over to use the generic CodeBlock class 2014-12-15 22:32:55 +01:00
Common.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
Common.vcxproj Update ffmpeg to master, also switching to static linking of MSVCRT. Don't forget to update your submodules! 2015-01-24 13:30:37 +01:00
Common.vcxproj.filters Revert "Merge pull request #7361 from hrydgard/color-conv-centralize" 2015-01-22 19:53:32 +01:00
CommonFuncs.h Minor cleanups, warning fixes 2014-12-06 12:25:28 +01:00
CommonTypes.h Rename u24 to u24_be. 2013-10-05 02:52:33 +08:00
CommonWindows.h [xbox] 360 support for common 2014-03-02 12:15:10 -08:00
ConsoleListener.cpp Cleam up thread names a bit, name the Main thread. 2014-06-29 12:53:03 +02:00
ConsoleListener.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
CPUDetect.cpp Revert "Merge pull request #7361 from hrydgard/color-conv-centralize" 2015-01-22 19:53:32 +01:00
CPUDetect.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
FakeCPUDetect.cpp Introduce fake vertex decoder JIT as well. 2014-11-13 17:10:29 +10:00
FakeEmitter.h Introduce fake vertex decoder JIT as well. 2014-11-13 17:10:29 +10:00
FileUtil.cpp Add error checking when getting the modification time of a file 2015-02-01 19:54:07 +01:00
FileUtil.h Add error checking when getting the modification time of a file 2015-02-01 19:54:07 +01:00
FixedSizeQueue.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
KeyMap.cpp When using controller autoconf on PC, throw in a couple of useful keyboard mappings too. 2015-02-04 11:52:13 +01:00
KeyMap.h Add a hotkey to swap D-pad and left analog stick keys 2014-11-07 22:40:53 +10:00
Log.h Try a different format of HLE logging. 2015-03-22 20:49:42 -07:00
LogManager.cpp Try a different format of HLE logging. 2015-03-22 20:49:42 -07:00
LogManager.h Try a different format of HLE logging. 2015-03-22 20:49:42 -07:00
MathUtil.h Add a sample rate parameter to DSound, clean it up a bit 2015-01-11 14:11:09 +01:00
MemArena.cpp Better logic immediate support in ARM emitter. From V8. 2015-04-06 18:13:02 +02:00
MemArena.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
MemoryUtil.cpp typo 2014-08-31 23:53:48 -04:00
MemoryUtil.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
MipsCPUDetect.cpp Add Mips CPU Detection. 2014-11-19 08:51:15 +10:00
MipsEmitter.cpp mips: Prevent compilation of an easy mistake. 2014-12-13 19:38:43 -08:00
MipsEmitter.h Merge pull request #7178 from unknownbrackets/mips-emitter 2014-12-18 22:22:36 +01:00
Misc.cpp Convert FormatMessage() to utf-8 to fix locale. 2014-09-27 09:04:24 -07:00
MsgHandler.cpp [xbox] 360 support for common 2014-03-02 12:15:10 -08:00
MsgHandler.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
stdafx.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
stdafx.h [xbox] 360 support for common 2014-03-02 12:15:10 -08:00
StdMutex.h Merge pull request #7140 from AbandonedCart/master 2014-12-18 22:38:14 +01:00
StringUtils.cpp Cleaned up CommonPaths some more and removed BuildCompleteFilename() 2013-09-28 00:21:44 +02:00
StringUtils.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
Swap.h Change to pass by reference 2014-11-14 22:26:28 -05: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
Thunk.cpp Oops, still had an unaligned stack in some thunks. 2014-02-23 16:56:27 -08:00
Thunk.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05:00
Timer.cpp Mark some functions as const 2014-12-07 17:08:13 -05:00
Timer.h Common: Move headers over to using pragma once 2014-12-15 17:09:40 -05: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 Update submodules, add x64Emitter bugfix from Dolphin (plus a few new instrs), misc 2015-01-11 00:12:32 +01:00
x64Emitter.h Update submodules, add x64Emitter bugfix from Dolphin (plus a few new instrs), misc 2015-01-11 00:12:32 +01:00
XboxCPUDetect.cpp [Xbox] Missings files 2014-03-02 11:16:56 -08:00