mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Apple) Build fix
This commit is contained in:
parent
5033a39a1d
commit
5678a7854f
@ -31,7 +31,7 @@ bool apple_is_running;
|
||||
bool apple_use_tv_mode;
|
||||
NSString* apple_core;
|
||||
|
||||
static void apple_rarch_exited(void)
|
||||
void apple_rarch_exited(void)
|
||||
{
|
||||
NSString* used_core = (NSString*)apple_core;
|
||||
apple_core = 0;
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "../../apple/common/apple_export.h"
|
||||
#include "../../apple/common/setting_data.h"
|
||||
|
||||
#include "../frontend_context.h"
|
||||
#include "../frontend.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../../boolean.h"
|
||||
@ -30,6 +30,8 @@ static CFRunLoopObserverRef iterate_observer;
|
||||
|
||||
extern bool apple_is_running;
|
||||
|
||||
extern void apple_rarch_exited(void);
|
||||
|
||||
static void do_iteration(void)
|
||||
{
|
||||
bool iterate = iterate_observer && apple_is_running && !g_extern.is_paused;
|
||||
|
Loading…
x
Reference in New Issue
Block a user