mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #5704 from ligfx/fixblockingloopwarning
BlockingLoop: fix unhandled enum value warning
This commit is contained in:
commit
7a9ac9aa63
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ public:
|
|||
|
||||
switch (mode)
|
||||
{
|
||||
case kNonBlock:
|
||||
break;
|
||||
case kBlock:
|
||||
Wait();
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue