Fix for PPSSPP auto logging mode for Windows 64-bit

Thanks @pal1000
Fix https://github.com/hrydgard/ppsspp/issues/2785
This commit is contained in:
sum2012 2013-07-16 06:42:46 +08:00
parent e8a451e512
commit 76621d78d2

View file

@ -1,5 +1,6 @@
@echo off
IF Not exist .\User md .\User
IF Not exist .\User\Logs md .\User\Logs
If exist .\User\Logs\ppsspp.log Del .\User\Logs\ppsspp.log
PPSSPPWindows.exe
IF exist .\User\Logs\ppsspp.log Del .\User\Logs\ppsspp.log
IF exist .\PPSSPPWindows.exe PPSSPPWindows.exe
IF exist .\PPSSPPWindows64.exe PPSSPPWindows64.exe