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:
parent
529642de99
commit
35bb2e70da
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue