Merge pull request #14494 from unknownbrackets/debugger

Debugger: Expose API to reset game
This commit is contained in:
Henrik Rydgård
2021-05-31 11:44:42 +02:00
committed by GitHub
3 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -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);