Skip to content

Commit f254f3a

Browse files
committed
Fix text.
1 parent 863b271 commit f254f3a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/NintendoSwitch_ControllerSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const std::vector<JoyconColors>& OFFICIAL_JOYCON_COLORS0(){
137137

138138
{"Neon Red / Neon Blue", 0xFF3C28, 0x1E0A0A, 0x0AB9E6, 0x001E1E},
139139
{"Blue / Neon Yellow", 0x4655F5, 0x00000A, 0xE6FF00, 0x142800},
140-
{"Neon Pink / Green Pink", 0xFF3278, 0x28001E, 0x1EDC00, 0x002800},
140+
{"Neon Pink / Neon Green", 0xFF3278, 0x28001E, 0x1EDC00, 0x002800},
141141
{"Neon Green / Neon Pink", 0x1EDC00, 0x002800, 0xFF3278, 0x28001E},
142142
{"Neon Purple / Neon Orange", 0xB400E6, 0x140014, 0xFAA005, 0x0F0A00},
143143
{"Pastel Pink / Pastel Pink", 0xFFAFAF, 0x372D2D, 0xFFAFAF, 0x372D2D},

SerialPrograms/Source/NintendoSwitch/Options/TurboMacroTable.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,9 @@ JsonValue TurboMacroRow::to_json() const{
288288
TurboMacroTable::TurboMacroTable()
289289
: EditableTableOption_t<TurboMacroRow>(
290290
"<b>Custom Macro Table:</b><br>"
291-
"Set a list of button press to create a macro. 125 ticks = 1 second. Joystick direction is specified by (x, y).<br>"
292-
"x = 0 is left, x = 255 is right. y = 0 is up, y = 255 is down. 128 is neutral for both. Ex. Move joystick fully left would be (0, 128). Move joystick up-right would be (255, 0).",
291+
"Set a list of button press to create a macro. Joystick direction is specified by (x, y).<br>"
292+
"x = 0 is left, x = 255 is right. y = 0 is up, y = 255 is down. 128 is neutral for both. Ex.<br>"
293+
"Move joystick fully left would be (0, 128). Move joystick up-right would be (255, 0).",
293294
LockMode::LOCK_WHILE_RUNNING
294295
)
295296
{}

0 commit comments

Comments
 (0)