Add support for emulated Game Genie add-on

This commit is contained in:
jdgleaver
2021-10-21 15:52:40 +01:00
parent 98b2ae09ab
commit 1a961ff6be
12 changed files with 240 additions and 84 deletions

View File

@@ -67,7 +67,7 @@ char *FCEU_MakeFName(int type, int id1, char *cd1)
{
case FCEUMKF_GGROM:
fill_pathname_join(tmp, BaseDirectory,
"gg.rom", sizeof(tmp));
"gamegenie.nes", sizeof(tmp));
break;
case FCEUMKF_FDSROM:
fill_pathname_join(tmp, BaseDirectory,