mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +00:00
(Apple) Take out NSApplicationDelegate protocol reference
This commit is contained in:
parent
e864285b84
commit
c310d6866b
@ -32,11 +32,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@interface RetroArch_OSX : NSObject<RetroArch_Platform
|
||||
#ifdef MAC_OS_X_VERSION_10_6
|
||||
, NSApplicationDelegate
|
||||
#endif
|
||||
>
|
||||
@interface RetroArch_OSX : NSObject<RetroArch_Platform>
|
||||
{
|
||||
NSWindow* _window;
|
||||
NSString* _configDirectory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user