mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(frontend_driver.c) Buildfix
This commit is contained in:
parent
f72b69e8d1
commit
4cad9deb81
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue