mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(OSX PPC) Down to two errors now - implicit declaration of function
vec_splats - incompatible types in initialization (Altivec)
This commit is contained in:
parent
c9e6598603
commit
131ea08c26
@ -233,8 +233,9 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_ALTIVEC_EXTENSIONS = NO;
|
||||
GCC_ALTIVEC_EXTENSIONS = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_ONE_BYTE_BOOL = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
@ -250,6 +251,7 @@
|
||||
"-DOSX",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
};
|
||||
name = Debug;
|
||||
@ -258,8 +260,9 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_ALTIVEC_EXTENSIONS = NO;
|
||||
GCC_ALTIVEC_EXTENSIONS = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_ONE_BYTE_BOOL = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
OTHER_CFLAGS = (
|
||||
@ -273,6 +276,7 @@
|
||||
"-DOSX",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = "ppc ppc64 ppc7400 ppc970";
|
||||
};
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "setting_data.h"
|
||||
#include "config.def.h"
|
||||
#include "../../config.def.h"
|
||||
|
||||
// HACK
|
||||
struct settings fake_settings;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef __APPLE_RARCH_SETTING_DATA_H__
|
||||
#define __APPLE_RARCH_SETTING_DATA_H__
|
||||
|
||||
#include "general.h"
|
||||
#include "../../general.h"
|
||||
|
||||
enum setting_type { ST_NONE, ST_BOOL, ST_INT, ST_UINT, ST_FLOAT, ST_PATH, ST_STRING, ST_HEX, ST_BIND,
|
||||
ST_GROUP, ST_SUB_GROUP, ST_END_GROUP, ST_END_SUB_GROUP };
|
||||
|
Loading…
x
Reference in New Issue
Block a user