| .. |
|
Crypto
|
|
|
|
ArmCPUDetect.cpp
|
|
|
|
ArmEmitter.cpp
|
Merge branch 'JitArmIL'
|
2013-10-09 23:16:07 +00:00 |
|
ArmEmitter.h
|
Merge branch 'JitArmIL'
|
2013-10-09 23:16:07 +00:00 |
|
Atomic_GCC.h
|
Add an explicit error message for outdated GCC, and remove some commented out code.
|
2013-09-23 15:01:38 -04:00 |
|
Atomic_Win32.h
|
Improve Atomic.h:
|
2013-09-22 16:07:45 -04:00 |
|
Atomic.h
|
|
|
|
BreakPoints.cpp
|
|
|
|
BreakPoints.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
CDUtils.cpp
|
Fix for old libc version on bionic. Old versions would crash if the second argument was NULL.
|
2013-09-04 02:04:31 -05:00 |
|
CDUtils.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
ChunkFile.h
|
|
|
|
ColorUtil.cpp
|
[Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same.
|
2013-10-02 18:18:54 -04:00 |
|
ColorUtil.h
|
[Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same.
|
2013-10-02 18:18:54 -04:00 |
|
Common.h
|
Don't define _M_IX86 on ARM(!).
|
2013-09-24 01:30:41 -04:00 |
|
CommonFuncs.h
|
Don't define _M_IX86 on ARM(!).
|
2013-09-24 01:30:41 -04:00 |
|
CommonPaths.h
|
Overlay local gameinis over global gameinis instead of copying.
|
2013-09-14 17:46:41 +02:00 |
|
CommonTypes.h
|
Add header cstdint to CommonTypes.h
|
2013-10-19 19:59:03 -04:00 |
|
ConsoleListener.cpp
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
ConsoleListener.h
|
|
|
|
CPUDetect.h
|
|
|
|
DebugInterface.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
ExtendedTrace.cpp
|
|
|
|
ExtendedTrace.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
FifoQueue.h
|
Remove FifoQueue iterator and RemoveThreadsafeEvents.
|
2013-09-22 23:14:42 -04:00 |
|
FileSearch.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
FileSearch.h
|
|
|
|
FileUtil.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
FileUtil.h
|
Try to atomically save config files.
|
2013-10-15 02:59:25 -04:00 |
|
FixedSizeQueue.h
|
|
|
|
FPURoundMode.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
GenericFPURoundMode.cpp
|
|
|
|
Hash.cpp
|
|
|
|
Hash.h
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
IniFile.cpp
|
Try to atomically save config files.
|
2013-10-15 02:59:25 -04:00 |
|
IniFile.h
|
IniFile: Support extending the list of loaded keys and sections with data from other ini files.
|
2013-09-14 06:08:31 +02:00 |
|
LinearDiskCache.h
|
Only include scmrev.h from Version.cpp.
|
2013-09-24 01:14:56 -04:00 |
|
Log.h
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
LogManager.cpp
|
|
|
|
LogManager.h
|
|
|
|
MathUtil.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
MathUtil.h
|
|
|
|
MemArena.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
MemArena.h
|
|
|
|
MemoryUtil.cpp
|
|
|
|
MemoryUtil.h
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
Misc.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
MsgHandler.cpp
|
|
|
|
MsgHandler.h
|
|
|
|
NandPaths.cpp
|
|
|
|
NandPaths.h
|
|
|
|
SDCardUtil.cpp
|
|
|
|
SDCardUtil.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
SettingsHandler.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
SettingsHandler.h
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
stdafx.cpp
|
|
|
|
stdafx.h
|
|
|
|
StdConditionVariable.h
|
[Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now.
|
2013-08-29 22:29:33 -05:00 |
|
StdMutex.h
|
[Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now.
|
2013-08-29 22:29:33 -05:00 |
|
StdThread.h
|
[Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now.
|
2013-08-29 22:29:33 -05:00 |
|
StringUtil.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
StringUtil.h
|
|
|
|
SymbolDB.cpp
|
|
|
|
SymbolDB.h
|
|
|
|
SysConf.cpp
|
|
|
|
SysConf.h
|
|
|
|
Thread.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
Thread.h
|
|
|
|
Timer.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
Timer.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
Version.cpp
|
Only include scmrev.h from Version.cpp.
|
2013-09-24 01:14:56 -04:00 |
|
x64ABI.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
x64ABI.h
|
...Forgot the XMM regs for x86.
|
2013-10-05 01:17:34 -04:00 |
|
x64Analyzer.cpp
|
Fastmem writes for x86-64.
|
2013-09-25 03:15:53 -04:00 |
|
x64Analyzer.h
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
x64CPUDetect.cpp
|
Don't define _M_IX86 on ARM(!).
|
2013-09-24 01:30:41 -04:00 |
|
x64Emitter.cpp
|
Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack.
|
2013-10-03 18:22:35 -04:00 |
|
x64Emitter.h
|
Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack.
|
2013-10-03 18:22:35 -04:00 |
|
x64FPURoundMode.cpp
|
Fix build issues on OS X i386.
|
2013-10-07 02:16:51 -04:00 |