mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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:
parent
e8a451e512
commit
76621d78d2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue