mgba-emu / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
5.38k stars 744 forks source link

Add SGBC option to libretro port #3188

Closed rtomasa closed 2 weeks ago

rtomasa commented 1 month ago

Hi,

I see that support for Super Game Boy Color ROM hacks is there for quite some time but I noticed that the libretro option is missing that feature:

{ "Autodetect",       OPTION_VAL_AUTODETECT_AR },
{ "Game Boy",         OPTION_VAL_GAME_BOY_AR },
{ "Super Game Boy",   OPTION_VAL_SUPER_GAME_BOY_AR },
{ "Game Boy Color",   OPTION_VAL_GAME_BOY_COLOR_AR },
{ "Game Boy Advance", OPTION_VAL_GAME_BOY_ADVANCE_AR },

Any reason for not including the SGBC?

Best Regards