forked from dolphin-emu/dolphin
Merge pull request #1983 from Sonicadvance1/remove_comment
Remove an old outdated comment that makes no sense.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user