more small fry...

This commit is contained in:
Arisotura
2024-05-24 20:32:28 +02:00
parent f0b81a9050
commit 03d5c2516c
4 changed files with 8 additions and 16 deletions

View File

@ -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},