Add support for emulated Game Genie add-on
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user