mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-15 04:00:47 -05:00
Fixes compiler warning:
```
Source/Core/Common/BlockingLoop.h:212:13: warning: enumeration value 'kNonBlock' not handled in switch [-Wswitch]
switch (mode)
^
```
7.8 KiB
7.8 KiB