dolphin/Source/Core/Common/Src
2013-09-18 17:21:22 -05:00
..
Crypto
ArmCPUDetect.cpp
ArmEmitter.cpp [ARM] Enable VMOV to move from double VFP reg to two ARM registers. 2013-09-18 17:21:22 -05: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
Atomic_Win32.h
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 Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
CommonFuncs.h Improve the ArraySize function a bit now that c++11 isn't forbidden there. Error messages should be friendlier now. 2013-09-12 12:57:13 -05: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
ExtendedTrace.h
FifoQueue.h
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
Log.h
LogManager.cpp
LogManager.h
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
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
x64ABI.cpp
x64ABI.h
x64Analyzer.cpp Remove accessType from BackPatch's signature in favor of getting it from DisassembleMov. 2013-09-02 16:55:22 -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
x64Emitter.cpp Fix an incorrect opcode for an SSE instruction in x64Emitter.cpp. CVTSD2SI should write 0x2D, not 0xF2. 2013-09-18 07:43:31 -04:00
x64Emitter.h
x64FPURoundMode.cpp
x64Thunk.cpp