mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Merge pull request #14494 from unknownbrackets/debugger
Debugger: Expose API to reset game
This commit is contained in:
+2
-1
@@ -468,7 +468,8 @@ bool PSP_InitUpdate(std::string *error_string) {
|
||||
}
|
||||
|
||||
bool PSP_Init(const CoreParameter &coreParam, std::string *error_string) {
|
||||
PSP_InitStart(coreParam, error_string);
|
||||
if (!PSP_InitStart(coreParam, error_string))
|
||||
return false;
|
||||
|
||||
while (!PSP_InitUpdate(error_string))
|
||||
sleep_ms(10);
|
||||
|
||||
Reference in New Issue
Block a user