mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Apple) Cleanup forward decls
This commit is contained in:
parent
7ed40b4401
commit
13dfe9d085
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
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];
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
id<RetroArch_Platform> apple_platform;
|
id<RetroArch_Platform> apple_platform;
|
||||||
static CFRunLoopObserverRef iterate_observer;
|
static CFRunLoopObserverRef iterate_observer;
|
||||||
|
|
||||||
void apple_rarch_exited(void);
|
|
||||||
|
|
||||||
void main_exit_save_config(void);
|
void main_exit_save_config(void);
|
||||||
|
|
||||||
static void rarch_draw(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info)
|
static void rarch_draw(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user