mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +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;
|
||||
|
||||
/* TODO/FIXME - global state - perhaps move outside this file */
|
||||
static core_info_state_t core_info_st;
|
||||
|
||||
static core_info_state_t *coreinfo_get_ptr(void)
|
||||
|
@ -85,6 +85,7 @@ typedef struct
|
||||
enum playlist_sort_mode *current_meta_sort_mode_val;
|
||||
} JSONContext;
|
||||
|
||||
/* TODO/FIXME - global state - perhaps move outside this file */
|
||||
static playlist_t *playlist_cached = NULL;
|
||||
|
||||
typedef int (playlist_sort_fun_t)(
|
||||
|
Loading…
x
Reference in New Issue
Block a user