mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Windows buildfix
This commit is contained in:
parent
87d221e069
commit
cf135a8f11
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void RunTests()
|
|||
coreParam.fileToStart = baseDirectory + "pspautotests/tests/" + testName + ".prx";
|
||||
std::string expectedFile = baseDirectory + "pspautotests/tests/" + testName + ".expected";
|
||||
|
||||
ILOG("Preparing to execute %s", testName)
|
||||
ILOG("Preparing to execute %s", testName);
|
||||
std::string error_string;
|
||||
output = "";
|
||||
if (!PSP_Init(coreParam, &error_string)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue