mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 04:21:13 +00:00
Remove unused variable warning
This commit is contained in:
parent
9bff7168e8
commit
445547f00a
@ -6830,7 +6830,6 @@ int runloop_iterate(void)
|
|||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
runloop_state_t *runloop_st = &runloop_state;
|
runloop_state_t *runloop_st = &runloop_state;
|
||||||
bool vrr_runloop_enable = settings->bools.vrr_runloop_enable;
|
bool vrr_runloop_enable = settings->bools.vrr_runloop_enable;
|
||||||
unsigned max_users = settings->uints.input_max_users;
|
|
||||||
retro_time_t current_time = cpu_features_get_time_usec();
|
retro_time_t current_time = cpu_features_get_time_usec();
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user