mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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;
|
id<RetroArch_Platform> apple_platform;
|
||||||
|
|
||||||
|
void apple_rarch_exited(void);
|
||||||
|
|
||||||
void apple_rarch_exited(void)
|
void apple_rarch_exited(void)
|
||||||
{
|
{
|
||||||
[apple_platform unloadingCore];
|
[apple_platform unloadingCore];
|
||||||
|
Loading…
Reference in New Issue
Block a user