mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 08:38:18 +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;
|
||||
}
|
||||
|
||||
void apply_deferred_settings()
|
||||
void apply_deferred_settings(void)
|
||||
{
|
||||
rarch_setting_t *setting = driver.menu->list_settings;
|
||||
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,
|
||||
struct retro_perf_counter **counters, unsigned offset);
|
||||
|
||||
void apply_deferred_settings();
|
||||
void apply_deferred_settings(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user