* fix default for audio volume

* add default bools for battery settings
This commit is contained in:
Arisotura
2024-06-17 14:51:32 +02:00
parent eb2bd73c7d
commit 626d2379bc
3 changed files with 5 additions and 2 deletions

View File

@ -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)