Add support world drawing

This commit is contained in:
2017-11-09 21:43:59 -06:00
parent 539aa1e7eb
commit 2edee450aa
22 changed files with 232 additions and 61 deletions

View File

@ -14,11 +14,15 @@ if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
-nostdlib
-fno-exceptions
-fno-rtti
-fno-strict-aliasing
-mthumb-interwork
-mthumb
)
endif()
add_definitions(
-std=c++11
-std=c++14
-fdiagnostics-color
-Wall
-Wsign-compare
)
@ -45,7 +49,7 @@ else()
set(NOSTALGIA_DIST_RESOURCES share)
endif()
if (CMAKE_BUILD_TYPE STREQUAL "Release")
if(CMAKE_BUILD_TYPE STREQUAL "Release")
add_definitions(
-Werror
)