libretro, add new good (aka 8bit accurate) renderer, fix 256px mode rendering

This commit is contained in:
kub 2020-12-12 14:48:15 +01:00
parent 207e5ba0ee
commit cd262e4cc7
2 changed files with 56 additions and 26 deletions

View file

@ -244,6 +244,7 @@ struct retro_core_option_definition option_defs_us[] = {
"Fast renderer can't render any mid-frame image changes so it is useful only for some games.",
{
{ "accurate", "Accurate" },
{ "good", "Good" },
{ "fast", "Fast" },
{ NULL, NULL },
},