redux launch interpreted
This commit is contained in:
@@ -1333,7 +1333,7 @@ namespace SplashEdit.EditorCode
|
||||
StopAllQuiet();
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user