diff --git a/Editor/Core/SplashControlPanel.cs b/Editor/Core/SplashControlPanel.cs index a5977f0..73a97d3 100644 --- a/Editor/Core/SplashControlPanel.cs +++ b/Editor/Core/SplashControlPanel.cs @@ -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);