mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 17:12:10 +00:00
(OSX PPC) Buildfix
This commit is contained in:
parent
b11bfc8a73
commit
35b48bca2c
@ -37,7 +37,11 @@
|
||||
|
||||
id apple_platform;
|
||||
|
||||
#ifdef OSX_PPC
|
||||
@interface RetroArch_OSX : NSObject
|
||||
#else
|
||||
@interface RetroArch_OSX : NSObject <NSApplicationDelegate>
|
||||
#endif
|
||||
{
|
||||
NSWindow* _window;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user