more progress on psyq program build script

This commit is contained in:
2025-08-05 21:54:09 -04:00
parent 5da7c2e3b0
commit 713ad6a57a
4 changed files with 54 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
$path_root = split-path -Path $PSScriptRoot -Parent
$path_build = join-path $path_root 'build'
$path_code = join-path $path_root 'code'
$path_scripts = join-path $path_root 'scripts'
$path_toolchain = join-path $path_root 'toolchain'
# TODO(Ed): Custom hookup to launching pcsx-redux for hooking up to vscode with gdb server?