got hello psyq doing its job. removing pxdev_sample as no longer needed.

This commit is contained in:
2025-08-05 23:04:07 -04:00
parent 479a65ba36
commit 47ce58159d
14 changed files with 46 additions and 533 deletions
+6 -1
View File
@@ -4,4 +4,9 @@ $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?
$path_pcsx_redux = join-path $path_toolchain 'pcsx-redux'
$path_pcsx_redux_vsprojects = join-path $path_pcsx_redux 'vsprojects'
$path_pcsx_redux_binaries = join-path $path_pcsx_redux_vsprojects 'x64/Release'
$pcsx_redux = join-path $path_pcsx_redux_binaries 'pcsx-redux.exe'
& $pcsx_redux