Cocoa Port: Fix compiling issues when building using Xcode 3.
This commit is contained in:
parent
3b354a0096
commit
4473f5425d
|
@ -5597,7 +5597,7 @@
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
OTHER_CFLAGS = "-I./../../";
|
OTHER_CFLAGS = "-I./../../";
|
||||||
PRODUCT_NAME = "DeSmuME (Debug)";
|
PRODUCT_NAME = "DeSmuME (Debug)";
|
||||||
SDKROOT = "";
|
SDKROOT = macosx;
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = YES;
|
||||||
STRIP_INSTALLED_PRODUCT = NO;
|
STRIP_INSTALLED_PRODUCT = NO;
|
||||||
};
|
};
|
||||||
|
@ -5651,7 +5651,7 @@
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||||
OTHER_CFLAGS = "-I./../../";
|
OTHER_CFLAGS = "-I./../../";
|
||||||
PRODUCT_NAME = DeSmuME;
|
PRODUCT_NAME = DeSmuME;
|
||||||
SDKROOT = "";
|
SDKROOT = macosx;
|
||||||
STRIP_INSTALLED_PRODUCT = NO;
|
STRIP_INSTALLED_PRODUCT = NO;
|
||||||
VALIDATE_PRODUCT = YES;
|
VALIDATE_PRODUCT = YES;
|
||||||
};
|
};
|
||||||
|
|
|
@ -42,7 +42,7 @@ class GPUEventHandlerOSX;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (assign, nonatomic) GPUClientFetchObject *GPUFetchObject;
|
@property (assign, nonatomic) GPUClientFetchObject *GPUFetchObject;
|
||||||
@property (readonly, nonatomic) int32_t numberViewsUsingDirectToCPUFiltering;
|
@property (readonly, nonatomic) volatile int32_t numberViewsUsingDirectToCPUFiltering;
|
||||||
|
|
||||||
- (const NDSDisplayInfo &) fetchDisplayInfoForIndex:(const u8)bufferIndex;
|
- (const NDSDisplayInfo &) fetchDisplayInfoForIndex:(const u8)bufferIndex;
|
||||||
- (pthread_rwlock_t *) rwlockFramebufferAtIndex:(const u8)bufferIndex;
|
- (pthread_rwlock_t *) rwlockFramebufferAtIndex:(const u8)bufferIndex;
|
||||||
|
|
Loading…
Reference in New Issue