dolphin/Source/Core/Common/Src
2008-12-21 14:40:43 +00:00
..
ABI.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
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
ChunkFile.h
Common.h Some cleanup Should affect windows tell me if it does 2008-12-19 11:46:52 +00:00
CPUDetect.cpp
CPUDetect.h
DriveUtil.cpp
DriveUtil.h
DynamicLibrary.cpp remove a line that was meant to be temporary. I tested a bunch of times, and couldn't get it to hang. 2008-12-17 18:20:41 +00:00
DynamicLibrary.h code clean up, for dll loading, note that this didn't add new errors 2008-12-17 15:34:27 +00:00
ExtendedTrace.cpp
ExtendedTrace.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp
FileUtil.h
FixedSizeQueue.h
Hash.cpp
Hash.h
IniFile.cpp
IniFile.h
MappedFile.cpp
MappedFile.h
MathUtil.cpp
MathUtil.h
MemArena.cpp
MemArena.h
MemoryUtil.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
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
Paths.h
Plugin.cpp code clean up, for dll loading, note that this didn't add new errors 2008-12-17 15:34:27 +00:00
Plugin.h
SConscript
stdafx.cpp
stdafx.h
StringUtil.cpp
StringUtil.h
svnrev_template.h
TestFramework.cpp
TestFramework.h
Thread.cpp
Thread.h
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
Timer.h Some cleanup Should affect windows tell me if it does 2008-12-19 11:46:52 +00:00
WaveFile.cpp
WaveFile.h
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.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
x64Emitter.h Should this fix compile on linux64? 2008-12-21 14:40:43 +00:00