mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-07 06:40:12 +00:00
Merge pull request #1983 from Sonicadvance1/remove_comment
Remove an old outdated comment that makes no sense.
This commit is contained in:
commit
a2b872b9da
@ -98,7 +98,7 @@ void SCoreStartupParameter::LoadDefaults()
|
|||||||
bJITOff = false; // debugger only settings
|
bJITOff = false; // debugger only settings
|
||||||
bJITLoadStoreOff = false;
|
bJITLoadStoreOff = false;
|
||||||
bJITLoadStoreFloatingOff = false;
|
bJITLoadStoreFloatingOff = false;
|
||||||
bJITLoadStorePairedOff = false; // XXX not 64-bit clean
|
bJITLoadStorePairedOff = false;
|
||||||
bJITFloatingPointOff = false;
|
bJITFloatingPointOff = false;
|
||||||
bJITIntegerOff = false;
|
bJITIntegerOff = false;
|
||||||
bJITPairedOff = false;
|
bJITPairedOff = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user