mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Turn some global variables static
This commit is contained in:
parent
94af95e1b9
commit
d3f27c3a81
@ -857,10 +857,10 @@ static menu_input_t menu_input_state;
|
||||
#endif
|
||||
|
||||
/* RECORDING GLOBAL VARIABLES */
|
||||
unsigned recording_width = 0;
|
||||
unsigned recording_height = 0;
|
||||
size_t recording_gpu_width = 0;
|
||||
size_t recording_gpu_height = 0;
|
||||
static unsigned recording_width = 0;
|
||||
static unsigned recording_height = 0;
|
||||
static size_t recording_gpu_width = 0;
|
||||
static size_t recording_gpu_height = 0;
|
||||
static bool recording_enable = false;
|
||||
static bool streaming_enable = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user