mirror of https://github.com/stella-emu/stella.git
Pass event to change 4:3/16:9 mode in Min UI.
This commit is contained in:
parent
95341b9030
commit
72ecc92326
src/gui
|
@ -229,9 +229,7 @@ void MinUICommandDialog::handleCommand(CommandSender* sender, int cmd,
|
||||||
|
|
||||||
case kStretchCmd:
|
case kStretchCmd:
|
||||||
instance().eventHandler().leaveMenuMode();
|
instance().eventHandler().leaveMenuMode();
|
||||||
instance().settings().setValue("tia.fs_stretch", !instance().settings().getBool("tia.fs_stretch"));
|
instance().eventHandler().handleEvent(Event::VidmodeIncrease);
|
||||||
// Issue a complete framebuffer re-initialization
|
|
||||||
instance().createFrameBuffer();
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case kPhosphorCmd:
|
case kPhosphorCmd:
|
||||||
|
|
Loading…
Reference in New Issue