.. |
Crypto
|
Quickfix for a symbol collision. Should really share the AES code.
|
2013-02-25 21:10:15 +01:00 |
ABI.cpp
|
Save regs before/after 3-arg func calls on x86.
|
2013-07-06 00:54:53 -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
|
Previous commit should have actually used free() and not delete. This fixes that.
|
2013-08-01 10:57:27 -04:00 |
ArmEmitter.cpp
|
Fix some correctness warnings.
|
2013-08-12 23:40:22 -07:00 |
ArmEmitter.h
|
Fix a few minor typos + small reporting change.
|
2013-08-12 23:02:39 -07: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 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.h
|
Continue ignoring savestate incompatibility for now.
|
2013-07-18 15:33:13 -03: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 |
Common.h
|
KISS and Android buildfix.
|
2013-08-16 23:48:08 -07:00 |
Common.vcxproj
|
Delete ColorUtil.cpp/h
|
2013-07-31 22:28:40 +02:00 |
Common.vcxproj.filters
|
Delete ColorUtil.cpp/h
|
2013-07-31 22:28:40 +02: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
|
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
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
ConsoleListener.h
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07: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
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
ExtendedTrace.h
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07: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
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07: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
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
FileUtil.h
|
Fix a potential crash in localtime_r win32.
|
2013-07-28 12:33:21 -07: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
|
Always defined WIN32_LEAN_AND_MEAN.
|
2013-07-28 21:04:20 -07: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
|
Disable accelerometer as axis, fix some omissions in KeyMap (doesn't actually autoload all those maps yet)
|
2013-08-17 13:41:29 +02:00 |
KeyMap.h
|
Disable accelerometer as axis, fix some omissions in KeyMap (doesn't actually autoload all those maps yet)
|
2013-08-17 13:41:29 +02: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
|
Initial support for disabling logging, to provide a possible boost in performance for games that spam the log like crazy.
|
2013-07-27 19:39:49 -04: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
|
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
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
MemoryUtil.h
|
Parallelized texture scaling
|
2013-05-01 14:12:09 +02:00 |
Misc.cpp
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
MsgHandler.cpp
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07: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
|
Code formating
|
2013-08-16 19:24:16 +02:00 |
ppcEmitter.h
|
update comments
|
2013-08-16 15:53:20 +02: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 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
|
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 |
Swap.h
|
fix endian struct
|
2013-08-16 20:44:23 +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
|
Save regs before/after 3-arg func calls on x86.
|
2013-07-06 00:54:53 -07:00 |
Timer.cpp
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07: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
|
Fix vf2i properly on x86.
|
2013-08-07 21:30:57 +02:00 |
x64Emitter.h
|
Fix vf2i properly on x86.
|
2013-08-07 21:30:57 +02:00 |