mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 16:20:58 +00:00
Add TODO/FIXME notes for globals
This commit is contained in:
parent
ea0d3b5fd8
commit
8b796d3b47
@ -57,6 +57,7 @@ struct core_info_state
|
|||||||
|
|
||||||
typedef struct core_info_state core_info_state_t;
|
typedef struct core_info_state core_info_state_t;
|
||||||
|
|
||||||
|
/* TODO/FIXME - global state - perhaps move outside this file */
|
||||||
static core_info_state_t core_info_st;
|
static core_info_state_t core_info_st;
|
||||||
|
|
||||||
static core_info_state_t *coreinfo_get_ptr(void)
|
static core_info_state_t *coreinfo_get_ptr(void)
|
||||||
|
@ -85,6 +85,7 @@ typedef struct
|
|||||||
enum playlist_sort_mode *current_meta_sort_mode_val;
|
enum playlist_sort_mode *current_meta_sort_mode_val;
|
||||||
} JSONContext;
|
} JSONContext;
|
||||||
|
|
||||||
|
/* TODO/FIXME - global state - perhaps move outside this file */
|
||||||
static playlist_t *playlist_cached = NULL;
|
static playlist_t *playlist_cached = NULL;
|
||||||
|
|
||||||
typedef int (playlist_sort_fun_t)(
|
typedef int (playlist_sort_fun_t)(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user