reenable load store on linux (seems to work for most people).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5157 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2010-03-05 09:53:31 +00:00
parent 529642de99
commit 35bb2e70da
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ void SCoreStartupParameter::LoadDefaults()
bJITLoadStoreOff = true;
bJITLoadStorePairedOff = true;
#endif
#elif defined(__linux__)
//#elif defined(__linux__)
// Similar to OSX, something with LoadStorePaired seems to cause
// crashes on linux. Only Win32 seems to be forgiving enough to
// not do anything funny...(FIXME)
bJITLoadStorePairedOff = true;
// bJITLoadStorePairedOff = true;
#endif
m_strName = "NONE";