dolphin/Source
magumagu9 7ad6b0b5bb Add a missing include; this was causing a crash on 32-bit Linux because
the _M_IX86 define was getting missed when this was included in 
JitAsm.cpp.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1598 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-20 06:41:15 +00:00
..
Core Add a missing include; this was causing a crash on 32-bit Linux because 2008-12-20 06:41:15 +00:00
Dolphin.xcodeproj
Plugins 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
PluginSpecs Clear errors, fixed unload on linux 2008-12-17 17:49:38 +00:00
TestSuite
Dolphin.sln fix for issue 411, njoy testing is re-enabled in windows, but not for debug config (it hates logging?) 2008-12-18 01:21:56 +00:00
DolphinProj.xcconfig
DolphinTarget.xcconfig