GUI: add presets for FDS and MMC5

This commit is contained in:
tildearrow 2022-04-04 00:48:08 -05:00
parent eee2500b5c
commit e5a162dbe6
3 changed files with 18 additions and 0 deletions

View file

@ -389,6 +389,8 @@ const int availableSystems[]={
DIV_SYSTEM_PET,
DIV_SYSTEM_VIC20,
DIV_SYSTEM_VRC6,
DIV_SYSTEM_FDS,
DIV_SYSTEM_MMC5,
0 // don't remove this last one!
};