platform sdl, add config file option for fullscreen

This commit is contained in:
kub 2022-02-22 20:40:34 +00:00
parent bd9cbae411
commit 74bd70403b
5 changed files with 7 additions and 6 deletions

View file

@ -1316,6 +1316,7 @@ static menu_entry e_menu_hidden[] =
{
mee_onoff("Accurate sprites", MA_OPT_ACC_SPRITES, PicoIn.opt, POPT_ACC_SPRITES),
mee_onoff("autoload savestates", MA_OPT_AUTOLOAD_SAVE, g_autostateld_opt, 1),
mee_onoff("SDL fullscreen mode", MA_OPT_VOUT_FULL, plat_target.vout_fullscreen, 1),
mee_end,
};