mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 14:30:02 +00:00
Add Nintendo Switch initial support
This commit is contained in:
parent
f50026828a
commit
28f266302f
13 changed files with 273 additions and 12 deletions
7
cmake/nx/NXFunctions.cmake
Normal file
7
cmake/nx/NXFunctions.cmake
Normal file
|
@ -0,0 +1,7 @@
|
|||
if(NOT COMMAND nx_generate_nacp)
|
||||
message(FATAL_ERROR "The `nx_generate_nacp` cmake command is not available. Please use an appropriate Nintendo Switch toolchain.")
|
||||
endif()
|
||||
|
||||
if(NOT COMMAND nx_create_nro)
|
||||
message(FATAL_ERROR "The `nx_create_nro` cmake command is not available. Please use an appropriate Nintendo Switch toolchain.")
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue