Skip to content

Commit d2dd0a7

Browse files
committed
fix compile errors for xcode
1 parent b32b0b9 commit d2dd0a7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

px68k-ios/px68k-ios.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@
697697
isa = XCBuildConfiguration;
698698
buildSettings = {
699699
ALWAYS_SEARCH_USER_PATHS = NO;
700-
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
700+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
701701
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
702702
CLANG_CXX_LIBRARY = "libc++";
703703
CLANG_ENABLE_MODULES = YES;
@@ -737,7 +737,7 @@
737737
isa = XCBuildConfiguration;
738738
buildSettings = {
739739
ALWAYS_SEARCH_USER_PATHS = NO;
740-
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
740+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
741741
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
742742
CLANG_CXX_LIBRARY = "libc++";
743743
CLANG_ENABLE_MODULES = YES;

x11/joystick.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#include "prop.h"
55
#include "joystick.h"
66
#include "winui.h"
7+
#include "keyboard.h"
78
#ifdef PSP
89
#include <pspctrl.h>
9-
#include <keyboard.h>
1010
#else
1111
#include <SDL.h>
1212
#endif

x11/keyboard.c

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "prop.h"
3030
#include "keyboard.h"
3131
#include "mfp.h"
32+
#include "windraw.h"
3233

3334
BYTE KeyBufWP;
3435
BYTE KeyBufRP;

0 commit comments

Comments
 (0)