mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms, add xor 4x8k mapper
This commit is contained in:
parent
f9b966dec6
commit
7c6f79147b
4 changed files with 33 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
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 *men_ghosting_opts[] = { "OFF", "weak", "normal", NULL };
|
||||
|
||||
static const char h_scale[] = "hardware scaling might not work on some devices";
|
||||
static const char h_stype[] = "scaler algorithm for software scaling";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue