mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #5704 from ligfx/fixblockingloopwarning
BlockingLoop: fix unhandled enum value warning
This commit is contained in:
commit
7a9ac9aa63
@ -211,6 +211,8 @@ public:
|
||||
|
||||
switch (mode)
|
||||
{
|
||||
case kNonBlock:
|
||||
break;
|
||||
case kBlock:
|
||||
Wait();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user