mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-21 20:22:43 +00:00
(ObjC) Include <objc/objc-runtime.h>
This commit is contained in:
parent
3da64fbebc
commit
76a0486f5e
@ -22,7 +22,7 @@
|
||||
#include "../../menu/menu.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
#include <objc/runtime.h>
|
||||
#include <objc/objc-runtime.h>
|
||||
|
||||
static void* const associated_core_key = (void*)&associated_core_key;
|
||||
id<RetroArch_Platform> apple_platform;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "../../input/input_common.h"
|
||||
#include "../../input/input_keymaps.h"
|
||||
|
||||
#include <objc/runtime.h>
|
||||
#include <compat/apple_compat.h>
|
||||
|
||||
static void* const associated_name_tag = (void*)&associated_name_tag;
|
||||
|
||||
|
@ -43,6 +43,6 @@ typedef unsigned NSUInteger;
|
||||
#import <GLKit/GLKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#include <objc/runtime.h>
|
||||
#include <objc/objc-runtime.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user