ppsspp/Common
2013-07-05 05:04:39 -04:00
..
Crypto Quickfix for a symbol collision. Should really share the AES code. 2013-02-25 21:10:15 +01:00
ABI.cpp Save XMM regs as required by the Windows x64 ABI. 2013-05-25 00:34:19 -07:00
ABI.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
ArmABI.cpp Add ARMv6 fallback to jit (it doesn't have MOVW/MOVT) 2013-01-11 15:20:06 +01: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
ArmCPUDetect.cpp Reenabled armv7s for iOS with JIT fixes 2013-06-20 11:44:59 -05:00
ArmEmitter.cpp Unlock the other 16 regs that are available for NEON. 2013-06-09 23:15:59 +10:00
ArmEmitter.h Armjit Update: Improvements 2013-06-09 21:27:16 +10:00
ArmThunk.cpp Fix some minor warnings. 2013-03-15 00:45:47 -07:00
Atomic_GCC.h Symbian build fix: use glib for atomics. 2013-02-15 03:07:32 +10:00
Atomic_Win32.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
Atomics.h Fix name collision when building on Windows. Was preventing Blackberry from building. 2013-05-03 16:10:23 +10:00
ChunkFile.h Simplify error message via better translation key/message. 2013-06-24 04:47:12 -04:00
CMakeLists.txt Avoid name collision with ThreadPool on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:31:53 +10:00
ColorUtil.cpp Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
ColorUtil.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
Common.h include stdarg.h in Common/Common.h 2013-04-24 02:51:12 +08:00
Common.vcxproj Fix multiple compilation issues for all platforms. 2013-07-03 14:37:31 -04:00
Common.vcxproj.filters Fix multiple compilation issues for all platforms. 2013-07-03 14:37:31 -04:00
CommonFuncs.h Buildfix for Windows x64. 2013-04-05 10:16:19 -07:00
CommonPaths.h Add a switch to Windows to save to a log file. 2012-12-22 09:49:29 -08:00
CommonTypes.h Untested support for Android-x86. No idea if this actually works. 2013-03-21 20:52:33 +01:00
ConsoleListener.cpp Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization. 2013-06-15 13:06:43 +08:00
ConsoleListener.h Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization. 2013-06-15 13:06:43 +08:00
CPUDetect.cpp Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:22:15 +10:00
CPUDetect.h Add ARMv6 fallback to jit (it doesn't have MOVW/MOVT) 2013-01-11 15:20:06 +01:00
DebugInterface.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ExtendedTrace.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ExtendedTrace.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
FifoQueue.h Fix name collision when building on Windows. Was preventing Blackberry from building. 2013-05-03 16:10:23 +10:00
FileSearch.cpp Buildfixes. 2013-06-02 13:26:39 +10:00
FileSearch.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
FileUtil.cpp Correct permissions on Blackberry. 2013-05-16 23:11:58 +10:00
FileUtil.h Buildfix for Windows. 2013-01-21 01:15:57 -08:00
FixedSizeQueue.h Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
FixedSizeUnorderedSet.h More warning fixing 2012-11-18 23:35:02 +01:00
FPURoundMode.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
FPURoundModeGeneric.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
FPURoundModeX86.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Hash.cpp Fix build with gcc 4.8.0 2013-04-04 19:16:15 +02:00
Hash.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
KeyMap.cpp Fix Select button on Windows. 2013-07-05 05:04:39 -04:00
KeyMap.h Make key map screen hint which map conflicts 2013-07-03 22:29:18 -07:00
LinearDiskCache.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
Log.h Maemo5 support 2013-03-22 09:15:00 +02:00
LogManager.cpp Mobile: Enable console logging in debug mode. 2013-03-16 00:25:41 -07:00
LogManager.h Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:22:15 +10:00
MathUtil.cpp Update for android build 2012-12-13 22:45:13 +01:00
MathUtil.h Add MIPS/Loongson support 2013-03-10 13:24:05 +10:00
MemArena.cpp Buildfixes. 2013-06-02 13:26:39 +10:00
MemArena.h Fix Symbian JIT + FastMem by using a mapped virtual address RChunk. 2013-02-17 15:23:56 +10:00
MemoryUtil.cpp Some minor optimization of audio channel queues and mixing 2013-06-19 12:00:24 +02:00
MemoryUtil.h Parallelized texture scaling 2013-05-01 14:12:09 +02:00
Misc.cpp Symbian support for project. 2012-12-13 13:15:20 +10:00
MsgHandler.cpp Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:22:15 +10:00
MsgHandler.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
scmrev.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Setup.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
stdafx.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
stdafx.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
StdConditionVariable.h Symbian support for project. 2012-12-13 13:15:20 +10:00
StdMutex.h Some Mac build fixes from vit9696 and some more. Update submodules. 2013-05-07 00:08:57 +02:00
StdThread.h Symbian support for project. 2012-12-13 13:15:20 +10:00
StringUtils.cpp Move some stuff to native. Show game icon on newui game screen. Turn it off again (oops) 2013-06-09 13:42:00 +02:00
StringUtils.h Move some stuff to native. Show game icon on newui game screen. Turn it off again (oops) 2013-06-09 13:42:00 +02:00
targetver.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Thread.cpp Add internal 2D drawing library that goes through the Ge emulation for portability. 2012-11-18 13:04:49 +01:00
Thread.h Loongson/MIPS buildfix. 2013-03-27 00:02:32 +10: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 Avoid using CALL() directly in case of far calls. 2013-02-24 00:12:55 -08:00
Thunk.h Improve portability to future platforms. Make use of new USING_GLES2 define throughout PPSSPP. Also use ARM definition where suitable. Remove some redundancy with includes. 2012-11-26 13:25:14 +10:00
Timer.cpp Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:22:15 +10:00
Timer.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
Version.cpp Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
x64Analyzer.cpp Revert "Better wrapper system, and fixed warnings" 2012-11-05 10:05:09 +01:00
x64Analyzer.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
x64Emitter.cpp JIT x86: cvt.s.w 2013-02-06 20:29:49 +01:00
x64Emitter.h JIT: Get rid of one memory access per dispatch, and get rid of blockcodepointers. 2013-04-27 01:32:03 +02:00