mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Cleanups
This commit is contained in:
parent
973ec601f0
commit
55efca9b23
@ -347,15 +347,12 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
||||
break;
|
||||
case ACTION_OK_DL_RECORD_CONFIGFILE:
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
menu_displaylist_reset_filebrowser();
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
info_path = dir_get(RARCH_DIR_RECORD_CONFIG);
|
||||
info_label = label;
|
||||
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
||||
}
|
||||
menu_displaylist_reset_filebrowser();
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
info_path = dir_get(RARCH_DIR_RECORD_CONFIG);
|
||||
info_label = label;
|
||||
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
||||
break;
|
||||
case ACTION_OK_DL_DISK_IMAGE_APPEND_LIST:
|
||||
menu_displaylist_reset_filebrowser();
|
||||
@ -3271,8 +3268,8 @@ static int action_ok_netplay_enable_host(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
#ifdef HAVE_NETWORKING
|
||||
bool netplay_was_on = false;
|
||||
global_t *global = global_get_ptr();
|
||||
bool netplay_was_on = false;
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
global->netplay.enable = true;
|
||||
|
||||
@ -3326,8 +3323,8 @@ static int action_ok_netplay_enable_client(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
#ifdef HAVE_NETWORKING
|
||||
bool netplay_was_on = false;
|
||||
global_t *global = global_get_ptr();
|
||||
bool netplay_was_on = false;
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
global->netplay.enable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user