mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Updates
This commit is contained in:
parent
4a1fc9b598
commit
9f80092bbb
@ -177,6 +177,9 @@ void ui_companion_driver_toggle(bool force)
|
||||
void ui_companion_driver_notify_refresh(void)
|
||||
{
|
||||
const ui_companion_driver_t *ui = ui_companion_get_ptr();
|
||||
#ifdef HAVE_QT
|
||||
settings_t *settings = config_get_ptr();
|
||||
#endif
|
||||
|
||||
if (!ui)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user