This commit is contained in:
shenweip 2013-12-03 21:40:08 +08:00
parent 833305817b
commit 1d5962f925

View file

@ -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;
} }