mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
apply_deferred_settings - nit
This commit is contained in:
parent
c1ec8811f3
commit
6f84dbd710
@ -309,7 +309,7 @@ static unsigned input_frame(uint64_t trigger_state)
|
|||||||
return MENU_ACTION_NOOP;
|
return MENU_ACTION_NOOP;
|
||||||
}
|
}
|
||||||
|
|
||||||
void apply_deferred_settings()
|
void apply_deferred_settings(void)
|
||||||
{
|
{
|
||||||
rarch_setting_t *setting = driver.menu->list_settings;
|
rarch_setting_t *setting = driver.menu->list_settings;
|
||||||
bool change = false;
|
bool change = false;
|
||||||
|
@ -160,7 +160,7 @@ int menu_common_core_setting_toggle(unsigned setting, unsigned action);
|
|||||||
int menu_common_setting_set_perf(unsigned setting, unsigned action,
|
int menu_common_setting_set_perf(unsigned setting, unsigned action,
|
||||||
struct retro_perf_counter **counters, unsigned offset);
|
struct retro_perf_counter **counters, unsigned offset);
|
||||||
|
|
||||||
void apply_deferred_settings();
|
void apply_deferred_settings(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user