ppsspp/Common
2013-01-15 01:01:19 +10:00
..
Crypto Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ABI.cpp Missed these somehow 2012-11-04 23:58:25 +01: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 Missed these somehow 2012-11-04 23:58:25 +01:00
ArmABI.h Missed these somehow 2012-11-04 23:58:25 +01:00
ArmEmitter.cpp Fix cache invalidation on Blackberry. 2013-01-10 16:37:36 +10:00
ArmEmitter.h Platform hack wasn't needed. Pandora has kill in signal.h 2013-01-15 01:01:19 +10:00
Atomic_GCC.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
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
Atomic.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
ChunkFile.h Fixed various potential bugs and compiler warnings 2013-01-07 15:57:19 +01:00
CMakeLists.txt Move Action out of Common, don't use savedV0. 2013-01-06 15:56:13 -08: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 Merge branch 'master' into mediaengine 2012-12-17 18:48:32 +01:00
Common.vcxproj Move Action out of Common, don't use savedV0. 2013-01-06 15:56:13 -08:00
Common.vcxproj.filters Move Action out of Common, don't use savedV0. 2013-01-06 15:56:13 -08:00
CommonFuncs.h Identify CISO the right way. Fixes issues with uppercase filenames.. 2013-01-12 12:52:00 +01:00
CommonPaths.h Add a switch to Windows to save to a log file. 2012-12-22 09:49:29 -08:00
CommonTypes.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
ConsoleListener.cpp More minor static analysis warning fixes. 2012-12-21 17:00:47 -08:00
ConsoleListener.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
CPUDetect.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
CPUDetect.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
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 Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
FileSearch.cpp Handle both \ and / on Windows paths. 2012-12-10 22:55:56 -08: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 Random bits of cleanup 2012-12-27 20:42:19 +00:00
FileUtil.h Read PARAM.SFO for display save info 2012-12-14 23:08:56 +01:00
FixedSizeQueue.h Start save stating audio, plus minor fixes. 2012-12-28 13:55:29 -08: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 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
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
IniFile.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
IniFile.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
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 Seems more platforms want <signal.h> 2013-01-07 00:04:54 +01:00
LogManager.cpp Smash some memory leaks 2013-01-13 16:46:45 +01:00
LogManager.h Implement Qt window like Windows version. 2013-01-14 00:29:42 +01:00
MathUtil.cpp Update for android build 2012-12-13 22:45:13 +01:00
MathUtil.h Build fix for ARM devices / x86 Android devices 2012-12-17 00:54:50 +10:00
MemArena.cpp Win32: Reduce size of "prefill" allocation for the PSP memory space. 2013-01-07 09:24:43 +01:00
MemArena.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
MemoryUtil.cpp Modified memorymanagement for JIT in Symbian 2013-01-08 19:04:25 +02:00
MemoryUtil.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
Misc.cpp Symbian support for project. 2012-12-13 13:15:20 +10:00
MsgHandler.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03: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 Symbian support for project. 2012-12-13 13:15:20 +10:00
StdThread.h Symbian support for project. 2012-12-13 13:15:20 +10:00
StringUtil.cpp Fixed various potential bugs and compiler warnings 2013-01-07 15:57:19 +01:00
StringUtil.h Savestates: Add quicksave/quickload. Add Android UI for savestates. All single slot for now. 2013-01-02 21:05:02 +01: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 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
Thunk.cpp Missed these somehow 2012-11-04 23:58:25 +01: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
ThunkARM.cpp Fix Android build on Linux 2012-11-18 23:22:45 +01:00
Timer.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
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 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.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00