mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Zip UI cleanup before pull request
This commit is contained in:
parent
097eb15721
commit
193f416f8f
1
file.c
1
file.c
@ -27,7 +27,6 @@
|
||||
#include "hash.h"
|
||||
#include "file_extract.h"
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _XBOX
|
||||
#include <xtl.h>
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user