mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-04 05:56:46 +02:00

Fixes compiler warning: ``` Source/Core/Common/BlockingLoop.h:212:13: warning: enumeration value 'kNonBlock' not handled in switch [-Wswitch] switch (mode) ^ ```