Skip to content

Commit

Permalink
[Switch] Ensure romfs directory exists during CMake configure
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills authored and AJenbo committed Feb 8, 2024
1 parent c5d998c commit 785a3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ if(NINTENDO_SWITCH)
VERSION "${PROJECT_VERSION}"
)

file(MAKE_DIRECTORY "${DEVILUTIONX_ASSETS_OUTPUT_DIRECTORY}")
nx_create_nro(${BIN_TARGET}
NACP ${BIN_TARGET}.nacp
ICON "${PROJECT_SOURCE_DIR}/Packaging/switch/icon.jpg"
Expand Down

0 comments on commit 785a3c2

Please sign in to comment.