mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 16:42:41 +00:00
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
This commit is contained in:
@@ -39,7 +39,7 @@ void EmuThread::run() {
|
||||
|
||||
Core::System::ResultStatus result = Core::System::GetInstance().RunLoop();
|
||||
if (result != Core::System::ResultStatus::Success) {
|
||||
emit ErrorThrown(result);
|
||||
emit ErrorThrown(result, Core::System::GetInstance().GetStatusDetails());
|
||||
}
|
||||
|
||||
was_active = running || exec_step;
|
||||
|
||||
Reference in New Issue
Block a user