ui, scaling in sdl window mode (ATM hidden)

This commit is contained in:
kub 2021-05-06 22:19:16 +02:00
parent e08e46ba44
commit 1106272c84
3 changed files with 18 additions and 3 deletions

16
platform/linux/menu.c Normal file
View file

@ -0,0 +1,16 @@
#include "../libpicofe/gp2x/plat_gp2x.h"
// ------------ gfx options menu ------------
const char *men_scaling_opts[] = { "OFF", "ON", NULL };
#define MENU_OPTIONS_GFX \
// mee_enum ("screen scaling", MA_OPT_SCALING, currentConfig.scaling, men_scaling_opts), \
#define MENU_OPTIONS_ADV
void linux_menu_init(void)
{
}