mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro, improve ps2 support, switchable renderers, 32X support w/ DRC
This commit is contained in:
parent
cd262e4cc7
commit
7e5b769d8f
4 changed files with 66 additions and 81 deletions
|
@ -237,7 +237,6 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
},
|
||||
"33"
|
||||
},
|
||||
#if !defined(RENDER_GSKIT_PS2)
|
||||
{
|
||||
"picodrive_renderer",
|
||||
"Renderer",
|
||||
|
@ -250,7 +249,6 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
},
|
||||
"accurate"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
"picodrive_sound_rate",
|
||||
"Sound quality",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue