mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
add stupid cast
also lay base for DSi savestates
This commit is contained in:
@ -275,7 +275,7 @@ QString VerifySetup()
|
||||
std::string GetSavestateName(int slot)
|
||||
{
|
||||
std::string ext = ".ml";
|
||||
ext += ('0'+slot);
|
||||
ext += (char)('0'+slot);
|
||||
return GetAssetPath(false, Config::SavestatePath, ext);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user