mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-31 23:42:38 +00:00
DolphinQt: Rename "Keyboard" to "Keyboard Controller" and add warning text.
This commit is contained in:
parent
296959ec58
commit
e9af3d945a
3 changed files with 25 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue