redux launch interpreted

This commit is contained in:
2026-03-28 11:58:28 +01:00
parent 62bf7d8b2d
commit 5e862f8c0b

View File

@@ -1333,7 +1333,7 @@ namespace SplashEdit.EditorCode
StopAllQuiet(); StopAllQuiet();
string pcdrvBase = SplashBuildPaths.BuildOutputDir; string pcdrvBase = SplashBuildPaths.BuildOutputDir;
string args = $"-exe \"{exePath}\" -run -fastboot -pcdrv -pcdrvbase \"{pcdrvBase}\" -pad1type dualshock -stdout"; string args = $"-exe \"{exePath}\" -run -fastboot -pcdrv -pcdrvbase \"{pcdrvBase}\" -pad1type dualshock -stdout -interpreter";
Log($"Launching: {Path.GetFileName(reduxPath)} {args}", LogType.Log); Log($"Launching: {Path.GetFileName(reduxPath)} {args}", LogType.Log);