mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 05:57:56 -05:00
Adressed review comments
This commit is contained in:
@ -83,7 +83,8 @@ private:
|
||||
backend->Write(e);
|
||||
}
|
||||
};
|
||||
while (message_queue.PopWait(entry)) {
|
||||
while (true) {
|
||||
entry = message_queue.PopWait();
|
||||
if (entry.final_entry) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user