mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +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)
|
switch (mode)
|
||||||
{
|
{
|
||||||
|
case kNonBlock:
|
||||||
|
break;
|
||||||
case kBlock:
|
case kBlock:
|
||||||
Wait();
|
Wait();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue