Skip to content

Commit

Permalink
Start implementing custom file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
crudelios committed May 15, 2024
1 parent 4700e58 commit 37e4b47
Show file tree
Hide file tree
Showing 52 changed files with 9,481 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion .ci_scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case "$BUILD_TARGET" in
"switch")
# You can obtain a recent devkitA64 image from https://hub.docker.com/repository/docker/devkitpro/devkita64/general
# As for Vita above, make sure that it compiles correctly and runs on a Switch prior to pushing the change
docker run -d --name switchdev --workdir /build/git -v "${PWD}:/build/git" devkitpro/devkita64:20231108 tail -f /dev/null
docker run -d --name switchdev --workdir /build/git -v "${PWD}:/build/git" devkitpro/devkita64:20240324 tail -f /dev/null
;;
"android")
# Decrypt the key files
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ set(PLATFORM_FILES
${PROJECT_SOURCE_DIR}/src/platform/screen.c
${PROJECT_SOURCE_DIR}/src/platform/sound_device.c
${PROJECT_SOURCE_DIR}/src/platform/touch.c
${PROJECT_SOURCE_DIR}/src/platform/user_path.c
${PROJECT_SOURCE_DIR}/src/platform/version.c
${PROJECT_SOURCE_DIR}/src/platform/virtual_keyboard.c
)
Expand Down Expand Up @@ -654,6 +655,7 @@ set(WINDOW_FILES
${PROJECT_SOURCE_DIR}/src/window/text_input.c
${PROJECT_SOURCE_DIR}/src/window/trade_opened.c
${PROJECT_SOURCE_DIR}/src/window/trade_prices.c
${PROJECT_SOURCE_DIR}/src/window/user_path_setup.c
${PROJECT_SOURCE_DIR}/src/window/victory_dialog.c
${PROJECT_SOURCE_DIR}/src/window/video.c
)
Expand Down
Loading

0 comments on commit 37e4b47

Please sign in to comment.