Skip to content

Commit

Permalink
Begin working on ARM, starting with moving the preprocessor definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Jan 15, 2021
1 parent 542b95c commit f605d2c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Mednafen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4730,6 +4730,11 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
"GCC_PREPROCESSOR_DEFINITIONS[arch=x86_64]" = (
"$(inherited)",
ARCH_X86_64,
ARCH_X86,
);
HEADER_SEARCH_PATHS = (
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/include\"",
Expand All @@ -4754,8 +4759,6 @@
"-DMEDNAFEN_VERSION_NUMERIC=0x00102601",
"-DPSS_STYLE=1",
"-DMPC_FIXED_POINT",
"-DARCH_X86",
"-DARCH_X86_64",
"-DWANT_LYNX_EMU",
"-DWANT_NGP_EMU",
"-DWANT_PCE_EMU",
Expand Down Expand Up @@ -4796,6 +4799,11 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
"GCC_PREPROCESSOR_DEFINITIONS[arch=x86_64]" = (
"$(inherited)",
ARCH_X86_64,
ARCH_X86,
);
HEADER_SEARCH_PATHS = (
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/include\"",
Expand All @@ -4820,8 +4828,6 @@
"-DMEDNAFEN_VERSION_NUMERIC=0x00102601",
"-DPSS_STYLE=1",
"-DMPC_FIXED_POINT",
"-DARCH_X86",
"-DARCH_X86_64",
"-DWANT_LYNX_EMU",
"-DWANT_NGP_EMU",
"-DWANT_PCE_EMU",
Expand Down

0 comments on commit f605d2c

Please sign in to comment.