mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Cleanups - turn new_type into a static variable
This commit is contained in:
parent
879049da70
commit
13b807a526
@ -77,10 +77,10 @@
|
|||||||
#include "../wifi/wifi_driver.h"
|
#include "../wifi/wifi_driver.h"
|
||||||
#include "../tasks/tasks_internal.h"
|
#include "../tasks/tasks_internal.h"
|
||||||
|
|
||||||
static char new_path_entry[4096] = {0};
|
static char new_path_entry[4096] = {0};
|
||||||
static char new_lbl_entry[4096] = {0};
|
static char new_lbl_entry[4096] = {0};
|
||||||
static char new_entry[4096] = {0};
|
static char new_entry[4096] = {0};
|
||||||
enum msg_hash_enums new_type = MSG_UNKNOWN;
|
static enum msg_hash_enums new_type = MSG_UNKNOWN;
|
||||||
|
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
static void print_buf_lines(file_list_t *list, char *buf,
|
static void print_buf_lines(file_list_t *list, char *buf,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user