When using Alt+Up/Down hotkeys - show an osd message informing the user of what the new screensize is

This commit is contained in:
adelikat 2014-10-26 23:47:59 +00:00
parent 223a4fc358
commit 3286d34953
1 changed files with 2 additions and 0 deletions

View File

@ -2141,6 +2141,7 @@ namespace BizHawk.Client.EmuHawk
return;
}
GlobalWin.OSD.AddMessage("Screensize set to " + Global.Config.TargetZoomFactor + "x");
FrameBufferResized();
}
@ -2167,6 +2168,7 @@ namespace BizHawk.Client.EmuHawk
return;
}
GlobalWin.OSD.AddMessage("Screensize set to " + Global.Config.TargetZoomFactor + "x");
FrameBufferResized();
}