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