mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +00:00
(frontend_driver.c) Buildfix
This commit is contained in:
parent
f72b69e8d1
commit
4cad9deb81
@ -215,7 +215,7 @@ void frontend_driver_shutdown(bool a)
|
||||
{
|
||||
frontend_ctx_driver_t *frontend = frontend_get_ptr();
|
||||
if (!frontend || !frontend->shutdown)
|
||||
return NULL;
|
||||
return frontend->shutdown(a);
|
||||
return;
|
||||
frontend->shutdown(a);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user