dolphin/Source/Core/Common/Src
2013-03-12 02:35:29 +00:00
..
Crypto Fix some leaking file handles and buildfix probably. 2013-03-03 19:20:35 -06:00
ArmCPUDetect.cpp Fix some leaking file handles and buildfix probably. 2013-03-03 19:20:35 -06:00
ArmEmitter.cpp Fix JIT from rebasing on PPSSPP ArmEmitter. 2013-03-12 02:35:29 +00:00
ArmEmitter.h Fix JIT from rebasing on PPSSPP ArmEmitter. 2013-03-12 02:35:29 +00:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BreakPoints.cpp Fix incorrect iterator usage in BreakPoints::Clear 2013-01-08 15:02:50 -06:00
BreakPoints.h Sped up the Dolphin debugger in JIT mode by splitting a block only while stepping or when it contains a breakpoint. The block is invalidated when a breakpoint is set or cleared. 2012-03-15 21:48:19 +11:00
CDUtils.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
CDUtils.h
ChunkFile.h fix debug build 2013-03-06 20:47:48 +01:00
ColorUtil.cpp revert changes to banner background color 2012-12-16 15:29:25 -08:00
ColorUtil.h
Common.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
CommonFuncs.h Merge branch 'master' into vertex-loader-cleanup 2013-03-04 15:47:56 -06:00
CommonPaths.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
CommonTypes.h
ConsoleListener.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
ConsoleListener.h Support ANSI color codes in the console logger for Linux/Mac 2012-06-19 12:11:15 +02:00
CPUDetect.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
DebugInterface.h Function definition was not updated. 2012-12-24 00:00:25 +13:00
ExtendedTrace.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
ExtendedTrace.h Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
FifoQueue.h
FileSearch.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
FileSearch.h
FileUtil.cpp Buildfix for non-legacy OSes. 2013-02-27 20:55:19 -06:00
FileUtil.h It's 2013! Why can't I use C++11 yet!? 2013-02-28 19:42:29 -06:00
FixedSizeQueue.h
FPURoundMode.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
GenericFPURoundMode.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Hash.cpp
Hash.h
IniFile.cpp Open std::fstream in a unicode-safe manner. 2013-02-28 19:33:39 -06:00
IniFile.h
LinearDiskCache.h Open std::fstream in a unicode-safe manner. 2013-02-28 19:33:39 -06:00
Log.h Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
LogManager.cpp Open std::fstream in a unicode-safe manner. 2013-02-28 19:33:39 -06:00
LogManager.h
MathUtil.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
MathUtil.h OK, seriously, buildfix. I shouldn't even have commit access! 2013-03-05 16:17:45 -06:00
MemArena.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
MemArena.h fixes issue 5507 2012-07-11 20:54:50 -07:00
MemoryUtil.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
MemoryUtil.h
Misc.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
MsgHandler.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
MsgHandler.h
NandPaths.cpp Open std::fstream in a unicode-safe manner. 2013-02-28 19:33:39 -06:00
NandPaths.h
SDCardUtil.cpp Hopefully fix all filename handling to support Unicode. 2013-02-27 20:03:06 -06:00
SDCardUtil.h
stdafx.cpp
stdafx.h
StdConditionVariable.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
StdMutex.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
StdThread.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
StringUtil.cpp Fix more of what I broke. 2013-03-03 17:08:41 -06: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 ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Thread.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Thunk.h
Timer.cpp Remove more unused code. 2012-11-26 03:48:04 -05:00
Timer.h Remove more unused code. 2012-11-26 03:48:04 -05:00
Version.cpp
VideoBackendBase.cpp Merge branch 'GLES-software' 2012-12-26 12:54:58 -06:00
VideoBackendBase.h Build fixes for everyone! 2013-03-01 01:14:10 +01:00
x64ABI.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
x64ABI.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
x64Analyzer.cpp Clean up gcc/g++ compiler warnings that have accumulated. 2012-12-10 00:40:28 -06:00
x64Analyzer.h
x64CPUDetect.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
x64Emitter.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
x64Emitter.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
x64FPURoundMode.cpp Make sure to mask out the FPU rounding mode correctly. Good spot from LionCash. 2013-03-07 09:52:38 -06:00
x64Thunk.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00