ppsspp/Common
2013-10-07 22:58:46 +02:00
..
Crypto Removed unused files from Common. 2013-09-27 16:47:21 +02:00
ABI.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02: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 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
ArmCPUDetect.cpp Previous commit should have actually used free() and not delete. This fixes that. 2013-08-01 10:57:27 -04:00
ArmEmitter.cpp Make the ARM stuff build on clang so we can later get the unit test to 2013-09-29 20:01:38 +02:00
ArmEmitter.h Make the ARM stuff build on clang so we can later get the unit test to 2013-09-29 20:01:38 +02:00
ArmThunk.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
Atomic_GCC.h Symbian build fix: use glib for atomics. 2013-02-15 03:07:32 +10:00
Atomic_Win32.h Switch to including Windows.h from an intermediate. 2013-07-28 21:04:19 -07:00
Atomics.h Fix name collision when building on Windows. Was preventing Blackberry from building. 2013-05-03 16:10:23 +10:00
ChunkFile.cpp Savestate tm differently for crossplat. 2013-10-06 22:09:51 -07:00
ChunkFile.h Savestate tm differently for crossplat. 2013-10-06 22:09:51 -07:00
Common.h KISS and Android buildfix. 2013-08-16 23:48:08 -07:00
Common.vcxproj Move parts of ChunkFile into a cpp, cleanup. 2013-10-06 22:09:50 -07:00
Common.vcxproj.filters Move parts of ChunkFile into a cpp, cleanup. 2013-10-06 22:09:50 -07:00
CommonFuncs.h Fix Android(and probably others) build. 2013-09-28 22:15:02 -04:00
CommonPaths.h Cleaned up CommonPaths some more and removed BuildCompleteFilename() 2013-09-28 00:21:44 +02:00
CommonTypes.h Move swap_struct_t to its own file. 2013-07-28 21:03:44 -07:00
CommonWindows.h Always defined WIN32_LEAN_AND_MEAN. 2013-07-28 21:04:20 -07:00
ConsoleListener.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
ConsoleListener.h Switch to including Windows.h from an intermediate. 2013-07-28 21:04:19 -07:00
CPUDetect.cpp Fixes for x86 android build 2013-08-29 20:06:24 +02:00
CPUDetect.h Add ARMv6 fallback to jit (it doesn't have MOVW/MOVT) 2013-01-11 15:20:06 +01:00
FileUtil.cpp Removed two functions as they are also in Native/file. 2013-09-28 23:05:36 +02:00
FileUtil.h Removed two functions as they are also in Native/file. 2013-09-28 23:05:36 +02:00
FixedSizeQueue.h Change a few more log types. 2013-09-07 13:31:14 -07:00
KeyMap.cpp Fix some minor warnings. 2013-09-07 22:40:08 -07:00
KeyMap.h Fix Xperia Play detection, hide touch controls on Ouya 2013-09-07 11:06:28 +02:00
Log.h More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
LogManager.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
LogManager.h Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
MathUtil.cpp Removed some unused content from Common 2013-09-27 17:35:06 +02:00
MathUtil.h Removed some unused content from Common 2013-09-27 17:35:06 +02:00
MemArena.cpp Switch to including Windows.h from an intermediate. 2013-07-28 21:04:19 -07:00
MemArena.h Switch to including Windows.h from an intermediate. 2013-07-28 21:04:19 -07:00
MemoryUtil.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
MemoryUtil.h Parallelized texture scaling 2013-05-01 14:12:09 +02:00
Misc.cpp Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
MsgHandler.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02: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
ppcAbi.cpp ppc emitter 2013-08-16 14:39:22 +02:00
ppcEmitter.cpp More recompiled instruction (fpu/alu) 2013-09-12 10:40:14 +02:00
ppcEmitter.h update emitter 2013-09-12 10:40:42 +02:00
stdafx.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
stdafx.h Switch to including Windows.h from an intermediate. 2013-07-28 21:04:19 -07:00
StdConditionVariable.h Symbian support for project. 2012-12-13 13:15:20 +10:00
StdMutex.h Always defined WIN32_LEAN_AND_MEAN. 2013-07-28 21:04:20 -07:00
StdThread.h Always defined WIN32_LEAN_AND_MEAN. 2013-07-28 21:04:20 -07:00
StringUtils.cpp Cleaned up CommonPaths some more and removed BuildCompleteFilename() 2013-09-28 00:21:44 +02:00
StringUtils.h Removed two functions as they are also in Native/file. 2013-09-28 23:05:36 +02:00
Swap.h fix endian struct 2013-08-16 20:44:23 +02:00
Thread.cpp Removed unused files from Common. 2013-09-27 16:47:21 +02:00
Thread.h Deleted some doubled #includes. 2013-09-27 21:38:07 +02: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 Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
Thunk.h Save regs before/after 3-arg func calls on x86. 2013-07-06 00:54:53 -07:00
Timer.cpp Deleted some doubled #includes. 2013-09-27 21:38:07 +02: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
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 Deleted some doubled #includes. 2013-09-27 21:38:07 +02:00
x64Emitter.h Crashfix dumping display lists that start at the start of VRAM (seems to hit this in GTA). 2013-10-07 22:58:46 +02:00