mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
* fix default for audio volume
* add default bools for battery settings
This commit is contained in:
@ -534,7 +534,7 @@ std::string EmuInstance::getEffectiveFirmwareSavePath()
|
||||
// OR the path to the wi-fi settings.
|
||||
void EmuInstance::initFirmwareSaveManager() noexcept
|
||||
{
|
||||
firmwareSave = std::make_unique<SaveManager>(getEffectiveFirmwareSavePath());
|
||||
firmwareSave = std::make_unique<SaveManager>(getEffectiveFirmwareSavePath() + instanceFileSuffix());
|
||||
}
|
||||
|
||||
std::string EmuInstance::getSavestateName(int slot)
|
||||
|
Reference in New Issue
Block a user