mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 19:21:09 +00:00
Buildfix
(cherry picked from commit 7717631909cf5195b747603165d9e5824de3f7ad)
This commit is contained in:
parent
0db432ca68
commit
9a73bae868
@ -236,7 +236,7 @@ static char** waiting_argv;
|
||||
int ret;
|
||||
unsigned sleep_ms = 0;
|
||||
#ifdef HAVE_QT
|
||||
const ui_application_t *application = ui_application_qt.process_events();
|
||||
const ui_application_t *application = &ui_application_qt;
|
||||
#else
|
||||
const ui_application_t *application = ui_companion_driver_get_application_ptr();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user