mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-02 06:06:24 +00:00
76621d78d2
Thanks @pal1000 Fix https://github.com/hrydgard/ppsspp/issues/2785
6 lines
236 B
Batchfile
6 lines
236 B
Batchfile
@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
|
|
IF exist .\PPSSPPWindows.exe PPSSPPWindows.exe
|
|
IF exist .\PPSSPPWindows64.exe PPSSPPWindows64.exe |