Commit d2dd0a7 1 parent b32b0b9 commit d2dd0a7 Copy full SHA for d2dd0a7
File tree 3 files changed +4
-3
lines changed
px68k-ios/px68k-ios.xcodeproj
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 697
697
isa = XCBuildConfiguration;
698
698
buildSettings = {
699
699
ALWAYS_SEARCH_USER_PATHS = NO;
700
- ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT )";
700
+ ARCHS = "$(ARCHS_STANDARD_32_BIT )";
701
701
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
702
702
CLANG_CXX_LIBRARY = "libc++";
703
703
CLANG_ENABLE_MODULES = YES;
737
737
isa = XCBuildConfiguration;
738
738
buildSettings = {
739
739
ALWAYS_SEARCH_USER_PATHS = NO;
740
- ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT )";
740
+ ARCHS = "$(ARCHS_STANDARD_32_BIT )";
741
741
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
742
742
CLANG_CXX_LIBRARY = "libc++";
743
743
CLANG_ENABLE_MODULES = YES;
Original file line number Diff line number Diff line change 4
4
#include "prop.h"
5
5
#include "joystick.h"
6
6
#include "winui.h"
7
+ #include "keyboard.h"
7
8
#ifdef PSP
8
9
#include <pspctrl.h>
9
- #include <keyboard.h>
10
10
#else
11
11
#include <SDL.h>
12
12
#endif
Original file line number Diff line number Diff line change 29
29
#include "prop.h"
30
30
#include "keyboard.h"
31
31
#include "mfp.h"
32
+ #include "windraw.h"
32
33
33
34
BYTE KeyBufWP ;
34
35
BYTE KeyBufRP ;
You can’t perform that action at this time.
0 commit comments