mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00:00
core/hid: Rename NpadType to NpadStyleIndex
This commit is contained in:
@@ -841,7 +841,7 @@ void GMainWindow::InitializeWidgets() {
|
||||
tr("Handheld controller can't be used on docked mode. Pro "
|
||||
"controller will be selected."));
|
||||
handheld->Disconnect();
|
||||
player_1->SetNpadType(Core::HID::NpadType::ProController);
|
||||
player_1->SetNpadStyleIndex(Core::HID::NpadStyleIndex::ProController);
|
||||
player_1->Connect();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user