When using Alt+Up/Down hotkeys - show an osd message informing the user of what the new screensize is
This commit is contained in:
parent
223a4fc358
commit
3286d34953
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue