mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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