mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-13 09:51:31 +02:00
Remove an old outdated comment that makes no sense.
This comment was left over from a long time ago. It is no longer true.
This commit is contained in:
parent
aa5ab45104
commit
9b4a896353
@ -98,7 +98,7 @@ void SCoreStartupParameter::LoadDefaults()
|
||||
bJITOff = false; // debugger only settings
|
||||
bJITLoadStoreOff = false;
|
||||
bJITLoadStoreFloatingOff = false;
|
||||
bJITLoadStorePairedOff = false; // XXX not 64-bit clean
|
||||
bJITLoadStorePairedOff = false;
|
||||
bJITFloatingPointOff = false;
|
||||
bJITIntegerOff = false;
|
||||
bJITPairedOff = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user