sms, add xor 4x8k mapper

This commit is contained in:
kub 2022-09-14 19:29:02 +00:00
parent f9b966dec6
commit 7c6f79147b
4 changed files with 33 additions and 6 deletions

View file

@ -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";