mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
ui, scaling in sdl window mode (ATM hidden)
This commit is contained in:
parent
e08e46ba44
commit
1106272c84
3 changed files with 18 additions and 3 deletions
16
platform/linux/menu.c
Normal file
16
platform/linux/menu.c
Normal 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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue