mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
16 lines
347 B
C
16 lines
347 B
C
#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)
|
|
{
|
|
}
|
|
|