1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-05 22:06:32 -05:00

NVHOST_CTRl: Implement missing method and fix some stuffs.

This commit is contained in:
Fernando Sahmkow
2021-11-07 14:17:32 +01:00
parent 139ea93512
commit 2c62563ab5
4 changed files with 35 additions and 6 deletions

View File

@@ -121,6 +121,7 @@ else()
if (ARCHITECTURE_x86_64)
add_compile_options("-mcx16")
add_compile_options("-fwrapv")
endif()
if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang)