We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d934bbe commit 1598633Copy full SHA for 1598633
SerialPrograms/Source/NintendoSwitch/Controllers/NintendoSwitch_ControllerSettings.cpp
@@ -165,7 +165,8 @@ const std::vector<ProconColors>& OFFICIAL_PROCON_COLORS0(){
165
const static std::vector<ProconColors> database{
166
{"Procon: Stock Black", 0x323232, 0x323232, 0x323232, 0xFFFFFF}, // This is just a guess.
167
{"Procon: Super Smash Bros. Ultimate", 0xFFFFFF, 0xFFFFFF, 0x2D2D2D, 0xE6E6E6},
168
- {"Procon: Monster Hunter Rise", 0x474646, 0x474646, 0x2D2D2D, 0xE7E6E6},
+ {"Procon: Monster Hunter Rise", 0x474646, 0x474646, 0x2E2D2D, 0xE7E6E6},
169
+ {"Procon: Monster Hunter Sunbreak", 0x464646, 0x464646, 0x2D2E2D, 0xE7E6E6},
170
{"Procon: Zelda Tears of the Kingdom", 0x464646, 0xFFFFFF, 0x2D2D2D, 0xE6E6E6},
171
// {"Procon: Xenoblade Chronicles 2", 0xFFFFFF, 0xFFFFFF, 0x323132, 0xFFFFFF}, // The actual values. Switch automatically replaces grips with pink.
172
{"Procon: Xenoblade Chronicles 2", 0xff3a66, 0xff3a66, 0x323132, 0xFFFFFF}, // Grip color is a guess.
0 commit comments