mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(apple/common/main.m) Fix warning
This commit is contained in:
parent
6ffd0d2ea7
commit
5279a161de
@ -23,6 +23,8 @@
|
||||
|
||||
id<RetroArch_Platform> apple_platform;
|
||||
|
||||
void apple_rarch_exited(void);
|
||||
|
||||
void apple_rarch_exited(void)
|
||||
{
|
||||
[apple_platform unloadingCore];
|
||||
|
Loading…
Reference in New Issue
Block a user