(OSX PPC) Buildfix

This commit is contained in:
neville 2016-06-12 19:38:30 +02:00
parent b11bfc8a73
commit 35b48bca2c

View File

@ -37,7 +37,11 @@
id apple_platform;
#ifdef OSX_PPC
@interface RetroArch_OSX : NSObject
#else
@interface RetroArch_OSX : NSObject <NSApplicationDelegate>
#endif
{
NSWindow* _window;
}