mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 20:32:22 +00:00
Fix function declaration
This commit is contained in:
parent
4c419466e6
commit
0364a277e4
@ -30256,7 +30256,7 @@ void frontend_driver_set_screen_brightness(int value)
|
||||
frontend->set_screen_brightness(value);
|
||||
}
|
||||
|
||||
bool frontend_driver_can_set_screen_brightness()
|
||||
bool frontend_driver_can_set_screen_brightness(void)
|
||||
{
|
||||
struct rarch_state *p_rarch = &rarch_st;
|
||||
frontend_ctx_driver_t *frontend = p_rarch->current_frontend_ctx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user