mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 21:42:41 +00:00
yuzu: debugger: wait_tree: Handle unknown ThreadState.
This commit is contained in:
@@ -259,6 +259,9 @@ QString WaitTreeThread::GetText() const {
|
||||
case Kernel::ThreadState::Terminated:
|
||||
status = tr("terminated");
|
||||
break;
|
||||
default:
|
||||
status = tr("unknown");
|
||||
break;
|
||||
}
|
||||
|
||||
const auto& context = thread.GetContext64();
|
||||
|
||||
Reference in New Issue
Block a user