From 7ffbba618794b3a721ac95ec28feada459102941 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 May 2019 00:13:12 +0200 Subject: [PATCH] (WiiU) Silence warning - enumeration value not handled in switch --- command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/command.c b/command.c index b6ef5ad914..b524fe5b99 100755 --- a/command.c +++ b/command.c @@ -2785,6 +2785,7 @@ TODO: Add a setting for these tweaks */ case CMD_EVENT_NETPLAY_GAME_WATCH: case CMD_EVENT_NETPLAY_HOST_TOGGLE: case CMD_EVENT_NETPLAY_DISCONNECT: + case CMD_EVENT_NETPLAY_ENABLE_HOST: return false; #endif case CMD_EVENT_FULLSCREEN_TOGGLE: