DolphinQt: Rename "Keyboard" to "Keyboard Controller" and add warning text.

This commit is contained in:
Jordan Woyak 2022-11-11 01:55:24 -06:00
parent 296959ec58
commit e9af3d945a
3 changed files with 25 additions and 27 deletions

View file

@ -40,7 +40,7 @@ static constexpr std::array s_gc_types = {
SIDeviceName{SerialInterface::SIDEVICE_GC_GBA_EMULATED, _trans("GBA (Integrated)")},
#endif
SIDeviceName{SerialInterface::SIDEVICE_GC_GBA, _trans("GBA (TCP)")},
SIDeviceName{SerialInterface::SIDEVICE_GC_KEYBOARD, _trans("Keyboard")},
SIDeviceName{SerialInterface::SIDEVICE_GC_KEYBOARD, _trans("Keyboard Controller")},
};
static std::optional<int> ToGCMenuIndex(const SerialInterface::SIDevices sidevice)