dolphin/Source/Core/Common/Src
comex ecca0045a9 Fix Imm8 check.
(I blame whoever made it take a u8 despite logically being a s8.)
2013-09-25 14:29:17 -04:00
..
Crypto More cleaning. 2013-08-28 01:07:43 +12:00
ArmCPUDetect.cpp Free two memory leaks in ArmCPUDetect.cpp 2013-08-06 18:17:54 -04:00
ArmEmitter.cpp [ARM] Change all floating point loadstores to fastmem implementations except lfs since all floating point accesses tend to be to RAM space. lfs tends to get used to write quickly to the gatherpipe and other places, look at the JIT64 implementation to see how to make it quicker. 2013-09-24 05:41:58 +00:00
ArmEmitter.h [ARM] Fix VSQRT/VCMP/VCMPE/VCMPE0/VCMP0 emitters when using the high 16 double registers. 2013-09-17 22:08:23 +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
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
ChunkFile.h
ColorUtil.cpp
ColorUtil.h
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
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.h
DebugInterface.h
ExtendedTrace.cpp Fix a stack corruption in ExtendedTrace. 2013-08-08 20:29:20 +02:00
ExtendedTrace.h
FifoQueue.h Remove FifoQueue iterator and RemoveThreadsafeEvents. 2013-09-22 23:14:42 -04:00
FileSearch.cpp
FileSearch.h
FileUtil.cpp Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. 2013-09-16 06:57:44 +02:00
FileUtil.h Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. 2013-09-16 06:57:44 +02:00
FixedSizeQueue.h
FPURoundMode.h
GenericFPURoundMode.cpp
Hash.cpp
Hash.h
IniFile.cpp Add * to the characters leading a verbatim line (used in Gecko codes comments) 2013-09-17 16:50:44 +02: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
LogManager.cpp
LogManager.h Replace OpenSSL with PolarSSL 2013-08-15 20:47:47 +12:00
MathUtil.cpp
MathUtil.h
MemArena.cpp [Android] Fix fastmem and enable. 2013-09-02 04:10:21 -05:00
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
NandPaths.h
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
SettingsHandler.h Fix headings and more. 2013-08-28 00:57:08 +12: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 A few more warnings. 2013-09-01 23:33:35 -04:00
StringUtil.h
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp Use pthread_setname_np. 2013-08-29 16:30:32 -04:00
Thread.h
Thunk.h
Timer.cpp A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Timer.h A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Version.cpp Only include scmrev.h from Version.cpp. 2013-09-24 01:14:56 -04:00
x64ABI.cpp Fastmem writes for x86-64. 2013-09-25 03:15:53 -04:00
x64ABI.h
x64Analyzer.cpp Fastmem writes for x86-64. 2013-09-25 03:15:53 -04:00
x64Analyzer.h Remove accessType from BackPatch's signature in favor of getting it from DisassembleMov. 2013-09-02 16:55:22 -04:00
x64CPUDetect.cpp Don't define _M_IX86 on ARM(!). 2013-09-24 01:30:41 -04:00
x64Emitter.cpp Fix Imm8 check. 2013-09-25 14:29:17 -04:00
x64Emitter.h Save only the registers that need to be saved rather than going through ProtectFunction. 2013-09-25 03:15:53 -04:00
x64FPURoundMode.cpp
x64Thunk.cpp Fix stack misalignment fix. 2013-09-22 15:48:27 -04:00