mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Prevent unused variable warning
This commit is contained in:
parent
f8990cf24d
commit
49f7ce4365
@ -2155,7 +2155,9 @@ bool config_load_override(void)
|
||||
const char *game_name = NULL;
|
||||
bool should_append = false;
|
||||
rarch_system_info_t *system = NULL;
|
||||
#ifdef HAVE_NETPLAY
|
||||
global_t *global = global_get_ptr();
|
||||
#endif
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user