From 450a64b58b8161d1e088d9704fda312faf3fc8d2 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sat, 14 Jan 2023 00:15:40 +0100 Subject: [PATCH] cellUserInfo: fix potentially locked user dialogs --- rpcs3/Emu/Cell/Modules/cellUserInfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Emu/Cell/Modules/cellUserInfo.cpp b/rpcs3/Emu/Cell/Modules/cellUserInfo.cpp index 4fafded3e0..4e8962ec29 100644 --- a/rpcs3/Emu/Cell/Modules/cellUserInfo.cpp +++ b/rpcs3/Emu/Cell/Modules/cellUserInfo.cpp @@ -159,6 +159,7 @@ error_code cellUserInfoSelectUser_ListType(vm::ptr listType if (s32 ret = sysutil_send_system_cmd(CELL_SYSUTIL_DRAWING_BEGIN, 0); ret < 0) { + g_fxo->get().dialog_opened = false; return CELL_USERINFO_ERROR_BUSY; } @@ -267,6 +268,7 @@ error_code cellUserInfoSelectUser_SetList(vm::ptr setList, if (s32 ret = sysutil_send_system_cmd(CELL_SYSUTIL_DRAWING_BEGIN, 0); ret < 0) { + g_fxo->get().dialog_opened = false; return CELL_USERINFO_ERROR_BUSY; }