all repos — mgba @ 3b91d7aab177bb07f594b90b30fb8acc8b05e16c

mGBA Game Boy Advance Emulator

Wii, 3DS: Fix build, enable zips
Jeffrey Pfau jeffrey@endrift.com
Tue, 29 Dec 2015 07:24:46 -0500
commit

3b91d7aab177bb07f594b90b30fb8acc8b05e16c

parent

f0f43d4a392b7910aab3516844b90e594dfa4784

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/platform/3ds/CMakeLists.txtsrc/platform/3ds/CMakeLists.txt

@@ -10,7 +10,7 @@ find_program(RAW2C raw2c)

find_program(STRIP ${cross_prefix}strip) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-format" PARENT_SCOPE) -set(OS_DEFINES COLOR_16_BIT COLOR_5_6_5) +set(OS_DEFINES COLOR_16_BIT COLOR_5_6_5 IOAPI_NO_64) include_directories(${CMAKE_CURRENT_BINARY_DIR}) list(APPEND OS_LIB ctru)
M src/platform/wii/CMakeLists.txtsrc/platform/wii/CMakeLists.txt

@@ -3,7 +3,7 @@ find_program(GXTEXCONV gxtexconv)

find_program(RAW2C raw2c) find_program(WIILOAD wiiload) -set(OS_DEFINES COLOR_16_BIT COLOR_5_6_5 USE_VFS_FILE) +set(OS_DEFINES COLOR_16_BIT COLOR_5_6_5 USE_VFS_FILE IOAPI_NO_64) list(APPEND VFS_SRC ${CMAKE_SOURCE_DIR}/src/util/vfs/vfs-file.c ${CMAKE_SOURCE_DIR}/src/util/vfs/vfs-dirent.c ${CMAKE_SOURCE_DIR}/src/util/vfs/vfs-devlist.c) include_directories(${CMAKE_CURRENT_BINARY_DIR})