mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-07 09:00:18 -05:00
Silence some -Wswitch-default warnings.
This commit is contained in:
@@ -46,12 +46,8 @@ void Host_RefreshDSPDebuggerWindow() {}
|
||||
static Common::Event updateMainFrameEvent;
|
||||
void Host_Message(int Id)
|
||||
{
|
||||
switch (Id)
|
||||
{
|
||||
case WM_USER_STOP:
|
||||
running = false;
|
||||
break;
|
||||
}
|
||||
if (Id == WM_USER_STOP)
|
||||
running = false;
|
||||
}
|
||||
|
||||
static void* s_window_handle;
|
||||
|
||||
Reference in New Issue
Block a user