dolphin/Source/Core/Common/Src
2009-01-19 05:49:25 +00:00
..
ABI.cpp Add a helper to make zero-argument calls from an aligned stack 2008-12-25 22:10:36 +00:00
ABI.h Add a missing include; this was causing a crash on 32-bit Linux because 2008-12-20 06:41:15 +00:00
ChunkFile.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
ChunkFile.h Workaround for StringFromFormat-under-linux problem, random cleanup. 2008-12-10 22:36:26 +00:00
Common.h Common: Moved Windows console functions to common 2009-01-17 14:28:09 +00:00
ConsoleWindow.cpp Recent commit: Missing file 2009-01-17 18:15:00 +00:00
ConsoleWindow.h Common: Moved Windows console functions to common 2009-01-17 14:28:09 +00:00
CPUDetect.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
CPUDetect.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
DriveUtil.cpp Revert r1861 2009-01-16 02:58:34 +00:00
DriveUtil.h rollback 1829. Seriously, WTF? 2009-01-09 00:09:07 +00:00
DynamicLibrary.cpp nJoy: Preparation for fixing the digital pad and the analog triggers 2009-01-19 05:49:25 +00:00
DynamicLibrary.h just a bunch of random code cleanup i did on the train bored, plus a d3d implementation of NativeVertexFormat which isn't actually used yet. 2008-12-25 15:56:36 +00:00
ExtendedTrace.cpp rollback 1829. Seriously, WTF? 2009-01-09 00:09:07 +00:00
ExtendedTrace.h rollback 1829. Seriously, WTF? 2009-01-09 00:09:07 +00:00
FileSearch.cpp Revert r1861 2009-01-16 02:58:34 +00:00
FileSearch.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
FileUtil.cpp Revert r1861 2009-01-16 02:58:34 +00:00
FileUtil.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
FixedSizeQueue.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
Hash.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Hash.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
IniFile.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
IniFile.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MappedFile.cpp Revert r1861 2009-01-16 02:58:34 +00:00
MappedFile.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MathUtil.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
MathUtil.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MemArena.cpp Revert r1861 2009-01-16 02:58:34 +00:00
MemArena.h Revert r1861 2009-01-16 02:58:34 +00:00
MemoryUtil.cpp Revert r1861 2009-01-16 02:58:34 +00:00
MemoryUtil.h Turn the X86 emitter into a class, so the code pointer is no longer a global, yay! Created XCodeBlock that derives from XEmitter, and the Jit now derives from XCodeBlock so it can call all ADD SUB JNZ etc without having to prefix them with "emit.". I think someone's gonna like this. 2008-12-19 21:24:52 +00:00
MsgHandler.cpp reverted 1914, but updated the default handler instead 2009-01-18 08:47:24 +00:00
Paths.h Teach Dolphin that dynamic libraries end in .dylib on OS X 2008-12-08 03:13:06 +00:00
Plugin.cpp SerialInterface and pads: Allow MAXPADS lower than 4 2009-01-19 03:45:28 +00:00
Plugin.h nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginDSP.cpp nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginDSP.h nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginPAD.cpp nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginPAD.h nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginVideo.cpp nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginVideo.h nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginWiimote.cpp nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
PluginWiimote.h nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments 2009-01-15 06:48:15 +00:00
SConscript Misc Linux build fixes in the wake of r1887; still doesn't work right 2009-01-17 19:59:20 +00:00
stdafx.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
stdafx.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
StringUtil.cpp put the handy items on the first page of ConfigMain. Fix for plugins not loading on first boot. We should figure out how to get a pointer to the main app (see OGL main.cpp line 118) 2009-01-14 16:36:43 +00:00
StringUtil.h Workaround for StringFromFormat-under-linux problem, random cleanup. 2008-12-10 22:36:26 +00:00
svnrev_template.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
TestFramework.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
TestFramework.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
Thread.cpp fix 2009-01-11 13:25:05 +00:00
Thread.h Revert r1861 2009-01-16 02:58:34 +00:00
Thunk.cpp Turn the X86 emitter into a class, so the code pointer is no longer a global, yay! Created XCodeBlock that derives from XEmitter, and the Jit now derives from XCodeBlock so it can call all ADD SUB JNZ etc without having to prefix them with "emit.". I think someone's gonna like this. 2008-12-19 21:24:52 +00:00
Thunk.h Turn the X86 emitter into a class, so the code pointer is no longer a global, yay! Created XCodeBlock that derives from XEmitter, and the Jit now derives from XCodeBlock so it can call all ADD SUB JNZ etc without having to prefix them with "emit.". I think someone's gonna like this. 2008-12-19 21:24:52 +00:00
Timer.cpp Revert r1861 2009-01-16 02:58:34 +00:00
Timer.h compile fix 2009-01-15 11:46:09 +00:00
WaveFile.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
WaveFile.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
x64Analyzer.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
x64Analyzer.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
x64Emitter.cpp Add CVTPS2DQ implementation. 2009-01-04 08:29:47 +00:00
x64Emitter.h Add CVTPS2DQ implementation. 2009-01-04 08:29:47 +00:00