mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo
This commit is contained in:
parent
833305817b
commit
1d5962f925
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ u32 sceNetAdhocctlInit(int stackSize, int prio, u32 productAddr) {
|
||||||
friendFinderRunning = true;
|
friendFinderRunning = true;
|
||||||
friendFinderThread = std::thread(friendFinder);
|
friendFinderThread = std::thread(friendFinder);
|
||||||
} else {
|
} else {
|
||||||
return 0; // Generic error, but just return success to make games comform.
|
return 0; // Generic error, but just return success to make games conform.
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue