mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform, menu revision
This commit is contained in:
parent
ca206ba1aa
commit
f3c2f81e89
2 changed files with 47 additions and 36 deletions
|
@ -3,8 +3,8 @@
|
|||
static const char *men_scaling_opts[] = { "OFF", "software", "hardware", NULL };
|
||||
static const char *men_filter_opts[] = { "nearest", "smoother", "bilinear 1", "bilinear 2", NULL };
|
||||
|
||||
static const char h_scale[] = "hardware scaling might not work on some devices";
|
||||
static const char h_stype[] = "scaler algorithm for software scaling";
|
||||
static const char h_scale[] = "Hardware scaling might not work on some devices";
|
||||
static const char h_stype[] = "Scaler algorithm for software scaling";
|
||||
|
||||
#define MENU_OPTIONS_GFX \
|
||||
mee_enum_h ("Horizontal scaling", MA_OPT_SCALING, currentConfig.scaling, men_scaling_opts, h_scale), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue