mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
got hello psyq doing its job. removing pxdev_sample as no longer needed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user