GTK+: Make sure menu item knows about nothing.

This commit is contained in:
Brandon Wright 2018-12-12 16:44:47 -06:00
parent ba55d8c763
commit 5910ed4501
1 changed files with 4 additions and 1 deletions

View File

@ -98,8 +98,11 @@ int main (int argc, char *argv[])
case CTL_SUPERSCOPE:
device_type = "superscope";
break;
default:
case CTL_JOYPAD:
device_type = "joypad";
break;
default:
device_type = "nothingpluggedin";
}
device_type += std::to_string (port + 1);