mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
psp, more fps, improve sms/gg scaling
This commit is contained in:
parent
96948bdfc8
commit
6370b1d401
7 changed files with 31 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
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_vscaling_opts[] = { "OFF", "4:3", "fullscreen", NULL };
|
||||
static const char *men_filter_opts[] = { "nearest", "bilinear" };
|
||||
|
||||
#define MENU_OPTIONS_GFX \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue