mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 13:04:21 +01:00
Updated english language translation (#917)
This commit is contained in:
parent
55ee82cd96
commit
2655348ecf
@ -102,7 +102,7 @@ LoadSnapshot (char * filepath, bool silent)
|
||||
if(!fp)
|
||||
{
|
||||
if(!silent)
|
||||
ErrorPrompt("Unable to open snapshot!");
|
||||
ErrorPrompt("Unable to open state!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -161,4 +161,4 @@ int SavePreviewImg (char * filepath, bool silent)
|
||||
SaveFile((char *)gameScreenPng, screenpath, gameScreenPngSize, silent);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user