ppsspp/Common
2013-10-31 11:06:54 +01:00
..
Crypto Removed unused OpenSSL code and don't compile it. 2013-10-28 01:18:29 +10: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 Get cpu info from /sys where possible. 2013-10-16 22:56:20 -07:00
ArmEmitter.cpp Missing stddef library (Linux buildfix.) 2013-10-27 15:52:40 +00:00
ArmEmitter.h Fix some arm emitter warnings on win64. 2013-10-26 17:57:40 -07: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 Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
ChunkFile.h Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
Common.h Revert "Use swap code from native instead. Remove all other versions of it." 2013-10-28 17:24:03 +01:00
Common.vcxproj Remove duplicate thread library (StdThread) 2013-10-29 11:50:29 +10:00
Common.vcxproj.filters Remove duplicate thread library (StdThread) 2013-10-29 11:50:29 +10:00
CommonFuncs.h Revert "Use swap code from native instead. Remove all other versions of it." 2013-10-28 17:24:03 +01:00
CommonTypes.h Rename u24 to u24_be. 2013-10-05 02:52:33 +08:00
CommonWindows.h Always defined WIN32_LEAN_AND_MEAN. 2013-07-28 21:04:20 -07:00
ConsoleListener.cpp Don't flash open the console when disabled. 2013-10-15 22:27:03 -07:00
ConsoleListener.h Don't flash open the console when disabled. 2013-10-15 22:27:03 -07:00
CPUDetect.cpp Support i386 PIC Linux builds (for Qt.) 2013-10-27 16:40:44 +00:00
CPUDetect.h Add ARMv6 fallback to jit (it doesn't have MOVW/MOVT) 2013-01-11 15:20:06 +01:00
FileUtil.cpp Buildfix for Qt, Qt5, Windows on Qt. 2013-10-19 05:22:32 +10:00
FileUtil.h Clean up FileUtil.h. Remove GetBundleDirectory(I searched master and nothing uses it either). 2013-10-18 10:35:28 -04:00
FixedSizeQueue.h Change a few more log types. 2013-09-07 13:31:14 -07:00
KeyMap.cpp Fix weird axis mapping issue on Ouya 2013-10-31 11:06:54 +01:00
KeyMap.h Miscellaneous changes for Blackberry. 2013-10-12 17:19:02 +10:00
Log.h More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
LogManager.cpp Fix some type comparison warnings. 2013-10-19 14:57:45 -07: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 Simplified MsgHandler 2013-10-20 17:42:07 +02:00
MsgHandler.h Simplified MsgHandler 2013-10-20 17:42:07 +02: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
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 Revert "Use swap code from native instead. Remove all other versions of it." 2013-10-28 17:24:03 +01:00
Thread.cpp Blackberry threading optimisations. 2013-10-25 21:52:50 +10:00
Thread.h Remove duplicate thread library (StdThread) 2013-10-29 11:50:29 +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 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 Use Blackberry/UNIX time functions instead of fallbacks. 2013-10-25 21:52:50 +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
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