Updating dependencies docs and prepping for more advanced script usage of toolchain for Psy-Q

This commit is contained in:
2025-08-05 21:22:49 -04:00
parent cc487a0e42
commit 5da7c2e3b0
94 changed files with 12730 additions and 26 deletions
+6 -1
View File
@@ -18,7 +18,7 @@ $url_armips = 'https://github.com/Kingcom/armips.git'
$url_pcsx_redux = 'https://github.com/grumpycoders/pcsx-redux.git'
$path_armips = join-path $path_toolchain 'armips'
$path_pcsx_redux = join-path $path_toolchain 'pcsx_redux'
$path_pcsx_redux = join-path $path_toolchain 'pcsx-redux'
clone-gitrepo $path_armips $url_armips
clone-gitrepo $path_pcsx_redux $url_pcsx_redux
@@ -29,3 +29,8 @@ push-location $path_armips_build
& cmake ..
& cmake --build . --config Debug
pop-location
$path_pcsx_redux_vsprojects = join-path $path_pcsx_redux 'vscprojects'
$path_pcsx_redux_binaries = join-path $path_pcsx_redux_vsprojects 'x64/Release'
$psyq_obj_parser = join-path $path_pcsx_redux_binaries 'psyq-obj-parser.exe'