fix typo
This commit is contained in:
parent
1f7ad013cb
commit
53ccb63e18
|
@ -1889,7 +1889,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
if (Global.MovieSession.Movie.IsActive)
|
||||
{
|
||||
GlobalWin.OSD.AddMessage("Attempt to change sync-relevant setings while recording BLOCKED.");
|
||||
GlobalWin.OSD.AddMessage("Attempt to change sync-relevant settings while recording BLOCKED.");
|
||||
}
|
||||
else if (Global.Emulator.PutSyncSettings(o))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue