mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 07:22:08 +00:00
Fixed default Triforce button mapping
This commit is contained in:
parent
fdf5df80f8
commit
595f6234c3
1 changed files with 3 additions and 3 deletions
|
@ -216,9 +216,9 @@ void GCPad::LoadDefaults(const ControllerInterface& ciface)
|
|||
m_dpad->SetControlExpression(3, "`H`"); // Right
|
||||
|
||||
// Triforce
|
||||
m_dpad->SetControlExpression(0, "`1`"); // Test
|
||||
m_dpad->SetControlExpression(1, "`2`"); // Service
|
||||
m_dpad->SetControlExpression(2, "`3`"); // Coin
|
||||
m_triforce->SetControlExpression(0, "`1`"); // Test
|
||||
m_triforce->SetControlExpression(1, "`2`"); // Service
|
||||
m_triforce->SetControlExpression(2, "`3`"); // Coin
|
||||
|
||||
// C Stick
|
||||
m_c_stick->SetControlExpression(0, "`I`"); // Up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue