mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
ui, revisit menu
This commit is contained in:
parent
f1e31ac6d4
commit
a990d9c434
7 changed files with 42 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
static const char *men_hscaling_opts[] = { "OFF", "4:3", "wide", "fullscreen", NULL };
|
||||
static const char *men_vscaling_opts[] = { "OFF", "PAL", "fullscreen", NULL };
|
||||
static const char *men_filter_opts[] = { "OFF", "bilinear" };
|
||||
static const char *men_filter_opts[] = { "nearest", "bilinear" };
|
||||
|
||||
#define MENU_OPTIONS_GFX \
|
||||
mee_enum ("Horizontal scaling", MA_OPT_SCALING, currentConfig.scaling, men_hscaling_opts), \
|
||||
|
@ -15,4 +15,5 @@ static const char *men_filter_opts[] = { "OFF", "bilinear" };
|
|||
|
||||
void psp_menu_init(void)
|
||||
{
|
||||
me_enable(e_menu_sms_options, MA_SMSOPT_GHOSTING, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue