dolphin/Source/Core/Common/Src
hrydgard a3c96ac42c Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster.
Not only does it change tons of files to switch to a new and non-working (it doesn't parse my ini files, at least) ini parser, it also reshuffles a lot of code and removes a plugin. The latter part is fine, but doing these two major switches in one revision, one of which is broken, is completely unacceptable. I said to merge tiny changes, not massive reworkings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5589 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-03 18:05:08 +00:00
..
Crypto
ABI.cpp Fixed the crash in DSP LLE JIT on x64 by aligning the stack. 2010-04-13 10:18:05 +00:00
ABI.h
Atomic_GCC.h
Atomic_Win32.h fixed xfb bumping introduced by my last commit. 2010-04-14 13:57:16 +00:00
Atomic.h
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp
CDUtils.h
ChunkFile.cpp Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
ChunkFile.h Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
ColorUtil.cpp
ColorUtil.h
Common.h Hack this dodgy compile-time assert so it works with gcc. 2010-05-26 20:47:56 +00:00
CommonFuncs.h
CommonPaths.h Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
CommonTypes.h OS X buildfix 2010-05-02 21:12:51 +00:00
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.cpp Fixed the issue that cpu_info is not initialized in plugin. This commit enables SSSE3/SSE4.1 codes in rev5119. 2010-02-24 10:10:48 +00:00
CPUDetect.h Fixed the issue that cpu_info is not initialized in plugin. This commit enables SSSE3/SSE4.1 codes in rev5119. 2010-02-24 10:10:48 +00:00
DebugInterface.h
DynamicLibrary.cpp
DynamicLibrary.h
ExtendedTrace.cpp
ExtendedTrace.h
FileSearch.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
FileSearch.h Random fixes and cleanups 2010-04-08 16:59:35 +00:00
FileUtil.cpp De-inline StripTailDirSlashes() to work around a weird code generation bug. 2010-05-30 09:41:38 +00:00
FileUtil.h OSX fix Dolphin not actually using the Application Support path. 2010-05-12 04:26:32 +00:00
FixedSizeQueue.h
Hash.cpp
Hash.h
IniFile.cpp Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
IniFile.h Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
LinearDiskCache.cpp Revert 5533, removing the misleading TODO and commenting it properly. 2010-05-29 15:35:31 +00:00
LinearDiskCache.h Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
Log.h Simplify logging a bit. 2010-05-26 21:07:13 +00:00
LogManager.cpp Changed both video plugins to save PNG screenshots. Made GCPad New default in trunk (it already is in stable). Fixed a hack in new wiimote plugin. Other minor changes. 2010-05-29 10:09:24 +00:00
LogManager.h JIT single stepping 2010-04-10 15:41:44 +00:00
MathUtil.cpp
MathUtil.h
MemArena.cpp Allows more than one instance of Dolphin to be running. Credit goes to Billiard for the code. 2010-03-27 06:37:37 +00:00
MemArena.h
MemoryUtil.cpp Gah, screw it 2010-03-05 10:07:49 +00:00
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
OpenCL.cpp The rendering codepath doesn't currently quite recover from an OpenCL 2010-05-30 08:08:26 +00:00
OpenCL.h Don't assume writeable C strings. 2010-05-26 22:40:06 +00:00
Plugin.cpp
Plugin.h
PluginDSP.cpp
PluginDSP.h
PluginPAD.cpp Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
PluginPAD.h Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
PluginVideo.cpp
PluginVideo.h
PluginWiimote.cpp
PluginWiimote.h
SConscript Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 5579 is a complete disaster. 2010-06-03 18:05:08 +00:00
SDCardUtil.cpp misc stuff 2010-05-23 08:41:58 +00:00
SDCardUtil.h misc stuff 2010-05-23 08:41:58 +00:00
Setup.h
stdafx.cpp
stdafx.h
StringUtil.cpp Replace the calls to sscanf(for number parsing) and number parsers with strto(u)l 2010-05-23 22:31:40 +00:00
StringUtil.h add some dx checking routines to the dx plugin + some minor stuff 2010-05-23 02:29:23 +00:00
svnrev_template.h
SymbolDB.cpp Improve iterator usage. 2010-05-28 23:14:16 +00:00
SymbolDB.h
SysConf.cpp Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload. 2010-03-18 14:34:37 +00:00
SysConf.h Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload. 2010-03-18 14:34:37 +00:00
Thread.cpp Massive Poo storm, had to take shelter. Hacks, fixes, etc etc 2010-04-29 13:46:20 +00:00
Thread.h Massive Poo storm, had to take shelter. Hacks, fixes, etc etc 2010-04-29 13:46:20 +00:00
Thunk.cpp
Thunk.h
Timer.cpp
Timer.h
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp Fixed a small bug in J_CC when emitting jumps that exceed 0x80 in range (only used by DSP NR yet). 2010-04-11 12:27:27 +00:00
x64Emitter.h DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg. 2010-04-09 19:18:50 +00:00