mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:41:56 +00:00
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;
|
bJITLoadStoreOff = true;
|
||||||
bJITLoadStorePairedOff = true;
|
bJITLoadStorePairedOff = true;
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__linux__)
|
//#elif defined(__linux__)
|
||||||
// Similar to OSX, something with LoadStorePaired seems to cause
|
// Similar to OSX, something with LoadStorePaired seems to cause
|
||||||
// crashes on linux. Only Win32 seems to be forgiving enough to
|
// crashes on linux. Only Win32 seems to be forgiving enough to
|
||||||
// not do anything funny...(FIXME)
|
// not do anything funny...(FIXME)
|
||||||
bJITLoadStorePairedOff = true;
|
// bJITLoadStorePairedOff = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_strName = "NONE";
|
m_strName = "NONE";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user