From fe0a6c8d0711fc50a2c5d8e2fe0f2a3032d355a7 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Sun, 11 Mar 2012 23:03:20 +0100 Subject: [PATCH] (360 FB Alpha 360 libsnes works now --- console/console_ext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console/console_ext.c b/console/console_ext.c index 3d7a4a5605..1f0b751ec9 100644 --- a/console/console_ext.c +++ b/console/console_ext.c @@ -50,7 +50,7 @@ const char * ssnes_console_get_rom_ext(void) else if (strstr(id, "gambatte")) return "gb|gbc|GB|GBC|zip|ZIP"; // FBA Next - else if (strstr(id, "FBA")) + else if (strstr(id, "FB Alpha")) return "zip|ZIP"; // Genesis Plus GX/Next else if (strstr(id, "Genesis Plus GX")) @@ -118,7 +118,7 @@ int can_extract_zip_files(void) const char *id = snes_library_id(); // FBA Next - if (strstr(id, "FBA")) + if (strstr(id, "FB Alpha")) retval = 0; return retval;