mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fixed PPSSPPSDL path in test.py for linux
This commit is contained in:
parent
f8f62483f0
commit
10ec424787
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -8,7 +8,7 @@ import subprocess
|
|||
import threading
|
||||
|
||||
|
||||
PPSSPP_EXECUTABLES = [ "Windows\\Release\\PPSSPPHeadless.exe", "SDL/build/PPSSPPHeadless" ]
|
||||
PPSSPP_EXECUTABLES = [ "Windows\\Release\\PPSSPPHeadless.exe", "build/PPSSPPHeadless" ]
|
||||
PPSSPP_EXE = None
|
||||
TEST_ROOT = "pspautotests/tests/"
|
||||
teamcity_mode = False
|
||||
|
|
Loading…
Add table
Reference in a new issue