Zelda64Recomp/launch.vs.json
Wiseguy 2fc17b6092
Update runtime for more accurate VI and switch to improved pacing RT64 branch (#644)
* Update runtime for more accurate VI and switch to improved pacing RT64 branch

* Update N64ModernRuntime and RT64 after merge

* Update recompiler to match runtime symbol list
2025-08-14 20:48:39 -04:00

14 lines
No EOL
301 B
JSON

{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "Zelda64Recompiled.exe",
"name": "Zelda64Recompiled.exe",
"currentDir": "${workspaceRoot}",
"args": ["--show-console"]
}
]
}