From 193f416f8fce3c7230a02b04c8b7dbeeabb1292a Mon Sep 17 00:00:00 2001 From: Timo Strunk Date: Sun, 21 Sep 2014 11:03:32 +0200 Subject: [PATCH] Zip UI cleanup before pull request --- file.c | 1 - frontend/menu/backend/menu_common_backend.c | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/file.c b/file.c index c4503629bd..5e28fad562 100644 --- a/file.c +++ b/file.c @@ -27,7 +27,6 @@ #include "hash.h" #include "file_extract.h" - #ifdef _WIN32 #ifdef _XBOX #include diff --git a/frontend/menu/backend/menu_common_backend.c b/frontend/menu/backend/menu_common_backend.c index 7c685afed1..947202feaf 100644 --- a/frontend/menu/backend/menu_common_backend.c +++ b/frontend/menu/backend/menu_common_backend.c @@ -1762,7 +1762,7 @@ static int menu_action_ok(const char *menu_path, case MENU_FILE_IN_CARCHIVE: #endif case MENU_FILE_PLAIN: - { + if (!strcmp(menu_label, "detect_core_list")) { int ret = rarch_defer_core(g_extern.core_info, @@ -1820,10 +1820,8 @@ static int menu_action_ok(const char *menu_path, return -1; } + return 0; - } - - case MENU_FILE_CONFIG: