Add compile time endianess
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
include(./dolphin.cmake)
|
||||
|
||||
target_compile_definitions(${DUSK_LIBRARY_TARGET_NAME} PUBLIC DUSK_WII)
|
||||
target_compile_definitions(${DUSK_LIBRARY_TARGET_NAME} PUBLIC
|
||||
DUSK_WII
|
||||
DUSK_PLATFORM_ENDIAN_BIG
|
||||
)
|
||||
Reference in New Issue
Block a user