wip: working towards my own build script for psyqo utilizing programs

This commit is contained in:
2025-08-05 02:25:33 -04:00
parent 8f71a7bf9c
commit 453953fb4d
4 changed files with 213 additions and 1 deletions
+7
View File
@@ -7,6 +7,13 @@ $path_toolchain = join-path $path_root 'toolchain'
$misc = join-path $PSScriptRoot 'helpers/misc.ps1'
. $misc
# TODO(Ed): Review usage of these deps
# I orgiinally cloned them when starting to get to the C runtime usage of the course
# However, based on the heavy reliance of the PSX.Dev extension I might fallback; also
# The gdb server doesn't need the full repo and were only using the src/mips
# which has a standalone repo (nuggets)
# armips may not be used at all but I'm not sure...
$url_armips = 'https://github.com/Kingcom/armips.git'
$url_pcsx_redux = 'https://github.com/grumpycoders/pcsx-redux.git'