diff --git a/file.c b/file.c index e4ec0a6fcb..4894140a04 100644 --- a/file.c +++ b/file.c @@ -760,7 +760,6 @@ static bool load_normal_rom(void) fclose(g_extern.rom_file); SSNES_LOG("ROM size: %d bytes\n", (int)rom_len); - } else { @@ -789,7 +788,6 @@ static bool load_normal_rom(void) return true; } - bool init_rom_file(enum ssnes_game_type type) { switch (type)