diff --git a/Windows/DebugLog.bat b/Windows/DebugLog.bat index 8d5aee62d6..451191c113 100644 --- a/Windows/DebugLog.bat +++ b/Windows/DebugLog.bat @@ -2,16 +2,16 @@ set LOGFILE=ppsspplog.txt del "%LOGFILE%" 2> NUL -if exist PPSSPPDebug64.exe ( - PPSSPPDebug64.exe --log="%LOGFILE%" +if exist PPSSPPWindows64.exe ( + start PPSSPPWindows64.exe --log="%LOGFILE%" -d goto exit ) -if exist PPSSPPDebug.exe ( - PPSSPPDebug.exe --log="%LOGFILE%" +if exist PPSSPPWindows.exe ( + start PPSSPPWindows.exe --log="%LOGFILE%" -d goto exit ) echo Unable to find PPSSPPDebug.exe. pause -:exit \ No newline at end of file +:exit