Add compile time endianess

This commit is contained in:
2026-03-08 13:44:52 -05:00
parent e984b9f5d7
commit 2c3fdf7803
11 changed files with 270 additions and 190 deletions

View File

@@ -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
)