mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro, add new good (aka 8bit accurate) renderer, fix 256px mode rendering
This commit is contained in:
parent
207e5ba0ee
commit
cd262e4cc7
2 changed files with 56 additions and 26 deletions
|
@ -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 },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue