dolphin/Source/Core/Common/Src
2013-04-09 19:02:22 -05:00
..
Crypto Fix some leaking file handles and buildfix probably. 2013-03-03 19:20:35 -06:00
ArmCPUDetect.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
ArmEmitter.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
ArmEmitter.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BreakPoints.cpp
BreakPoints.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
CDUtils.cpp
CDUtils.h
ChunkFile.h ChunkFile has allowed me to accidentally "Do" a non-POD for the last time! 2013-04-09 19:02:22 -05:00
ColorUtil.cpp
ColorUtil.h
Common.h
CommonFuncs.h Fix 32bit Linux. GCC's lrotl/lrotr instrinsic functions are 32bit when building for 32bit, we require 64bit at all times, so keep using our own instead. 2013-04-03 12:43:17 -05:00
CommonPaths.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
CommonTypes.h
ConsoleListener.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
ConsoleListener.h
CPUDetect.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
DebugInterface.h
ExtendedTrace.cpp
ExtendedTrace.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
FifoQueue.h Make FifoQueue take advantage of rvalue references to avoid std::vector copies. 2013-04-04 19:34:50 -05:00
FileSearch.cpp
FileSearch.h
FileUtil.cpp real buildfix 2013-04-02 13:07:51 -05:00
FileUtil.h real buildfix 2013-04-02 13:07:51 -05:00
FixedSizeQueue.h
FPURoundMode.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
GenericFPURoundMode.cpp
Hash.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
Hash.h
IniFile.cpp
IniFile.h
LinearDiskCache.h Merge branch 'master' into GLSL-master 2013-03-06 15:59:29 +01:00
Log.h
LogManager.cpp Fix a slight leak in LogManager. 2013-03-27 23:39:48 -04:00
LogManager.h This change might work better if I git add the files 2013-03-29 07:31:15 -07:00
MathUtil.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MathUtil.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MemArena.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MemArena.h
MemoryUtil.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MemoryUtil.h
Misc.cpp
MsgHandler.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MsgHandler.h
NandPaths.cpp
NandPaths.h
SDCardUtil.cpp
SDCardUtil.h
stdafx.cpp
stdafx.h
StdConditionVariable.h More MSVC 2010 build fixes 2013-03-29 07:55:56 -07:00
StdMutex.h MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back 2013-03-29 07:53:45 -07:00
StdThread.h MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back 2013-03-29 07:53:45 -07:00
StringUtil.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
StringUtil.h Fix what I broke. 2013-03-03 02:12:24 -06:00
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp
Thread.h MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back 2013-03-29 07:53:45 -07:00
Thunk.h
Timer.cpp
Timer.h
Version.cpp
VideoBackendBase.cpp Prefer D3D11 and OpenGL over D3D9 by default. 2013-03-23 23:52:30 +01:00
VideoBackendBase.h Mark the Direct3D9 backend deprecated. 2013-03-23 23:53:19 +01:00
x64ABI.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64ABI.h
x64Analyzer.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Analyzer.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64CPUDetect.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Emitter.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Emitter.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64FPURoundMode.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Thunk.cpp