mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add log.bat in to windows version
For windows user can easier to post the log. I don't know whether ppsspp will add this file after merge
This commit is contained in:
parent
cc65b0add9
commit
7a035cc28b
1 changed files with 5 additions and 0 deletions
5
Windows/Log.bat
Normal file
5
Windows/Log.bat
Normal file
|
@ -0,0 +1,5 @@
|
|||
@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
|
Loading…
Add table
Reference in a new issue