mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-01 03:19:49 -06:00
more small fry...
This commit is contained in:
@ -78,14 +78,10 @@ int MPRecvTimeout;
|
||||
std::string LANDevice;
|
||||
bool DirectLAN;
|
||||
|
||||
bool SavestateRelocSRAM;
|
||||
|
||||
std::string SaveFilePath;
|
||||
std::string SavestatePath;
|
||||
std::string CheatFilePath;
|
||||
|
||||
bool EnableCheats;
|
||||
|
||||
bool MouseHide;
|
||||
int MouseHideSeconds;
|
||||
|
||||
@ -321,7 +317,7 @@ LegacyEntry LegacyFile[] =
|
||||
{"LANDevice", 2, "LAN.Device", false},
|
||||
{"DirectLAN", 1, "LAN.DirectMode", false},
|
||||
|
||||
{"SavStaRelocSRAM", 1, "SaveState.RelocSRAM", false},
|
||||
{"SavStaRelocSRAM", 1, "Savestate.RelocSRAM", false},
|
||||
|
||||
{"AudioInterp", 0, "Audio.Interpolation", false},
|
||||
{"AudioBitDepth", 0, "Audio.BitDepth", false},
|
||||
|
Reference in New Issue
Block a user