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
|
@ -229,9 +229,7 @@ void MinUICommandDialog::handleCommand(CommandSender* sender, int cmd,
|
|||
|
||||
case kStretchCmd:
|
||||
instance().eventHandler().leaveMenuMode();
|
||||
instance().settings().setValue("tia.fs_stretch", !instance().settings().getBool("tia.fs_stretch"));
|
||||
// Issue a complete framebuffer re-initialization
|
||||
instance().createFrameBuffer();
|
||||
instance().eventHandler().handleEvent(Event::VidmodeIncrease);
|
||||
break;
|
||||
|
||||
case kPhosphorCmd:
|
||||
|
|
Loading…
Reference in New Issue