dolphin-emulator/Source/Core/Common/Src
2011-01-25 22:30:15 +00:00
..
Crypto Some more work on CMake on Windows: 2011-01-09 16:36:19 +00:00
ABI.cpp
ABI.h
Atomic.h
Atomic_GCC.h Core/DSPCore: Improve Interpreter address register add/sub, convert to 2010-12-27 15:05:18 +00:00
Atomic_Win32.h
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp
CDUtils.h
ChunkFile.h
ColorUtil.cpp
ColorUtil.h
Common.h Translate PanicAlert captions too. 2011-01-13 20:53:37 +00:00
CommonFuncs.h Fix the panic alert hack for windows and osx. The macro needed to be defined after HAVE_WX is defined. That explains why windows accepted the string concatenation that I thought it wouldn't. 2011-01-12 18:09:16 +00:00
CommonPaths.h
CommonTypes.h
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.cpp
CPUDetect.h
DebugInterface.h
DynamicLibrary.cpp
DynamicLibrary.h
ExtendedTrace.cpp
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp Add a hack to match the *.* wildcard in a file search on non windows platforms. This fixes Metroid Other M on linux, and probably other games. Fixes issue 3966. 2011-01-22 18:19:42 +00:00
FileSearch.h
FileUtil.cpp Clean up nowx and stop cocoaApp busy-waiting in the main loop. 2011-01-15 10:33:07 +00:00
FileUtil.h
FixedSizeQueue.h
Hash.cpp
Hash.h
IniFile.cpp Remove the __APPLE__ workaround for reading config files from a ctor. 2011-01-18 00:04:29 +00:00
IniFile.h
LinearDiskCache.h second try, a compilable :) fix for issue 3976 and some optimizations to color loading that will not mess with colors. 2011-01-25 22:30:15 +00:00
Log.h
LogManager.cpp Core/DSPCore: Improve Interpreter address register add/sub, convert to 2010-12-27 15:05:18 +00:00
LogManager.h Core/DSPCore: Improve Interpreter address register add/sub, convert to 2010-12-27 15:05:18 +00:00
MathUtil.cpp
MathUtil.h
MemArena.cpp Allocate low executable memory on OS X as on Windows and Linux. 2011-01-09 14:09:27 +00:00
MemArena.h Allocate low executable memory on OS X as on Windows and Linux. 2011-01-09 14:09:27 +00:00
MemoryUtil.cpp Executable memory above 2GB is okay on a 32-bit machine. 2011-01-12 21:25:33 +00:00
MemoryUtil.h Allocate low executable memory on OS X as on Windows and Linux. 2011-01-09 14:09:27 +00:00
Misc.cpp
MsgHandler.cpp Clean up translator callback. 2011-01-14 00:15:08 +00:00
MsgHandler.h Clean up translator callback. 2011-01-14 00:15:08 +00:00
NandPaths.cpp
NandPaths.h
OpenCL.cpp Kill HAVE_OPENCL. 2011-01-06 01:11:32 +00:00
OpenCL.h Kill HAVE_OPENCL. 2011-01-06 01:11:32 +00:00
Plugin.cpp
Plugin.h
PluginDSP.cpp
PluginDSP.h
PluginVideo.cpp
PluginVideo.h
SConscript Inform SCons of the svnrev.h dependency so it isn't subject 2011-01-23 21:28:04 +00:00
SDCardUtil.cpp
SDCardUtil.h
Setup.h
stdafx.cpp
stdafx.h
StringUtil.cpp
StringUtil.h Use std::locale() on OS X and std::locale("") elsewhere. 2011-01-22 03:57:03 +00:00
svnrev_template.h
SymbolDB.cpp
SymbolDB.h
SysConf.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
SysConf.h Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
Thread.cpp
Thread.h Removed extra space character in "Use FPS For Limiting". Changed "Frame Stepping" to "Frame Advance". Some minor preprocessor cleanup. 2011-01-25 11:14:11 +00:00
Thunk.cpp
Thunk.h
Timer.cpp
Timer.h
Version.cpp Don't bother quickly flashing the full pathname to the file loaded 2011-01-11 16:19:15 +00:00
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp
x64Emitter.h Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00