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 95d414a commit db7cae4Copy full SHA for db7cae4
SerialPrograms/Source/NintendoSwitch/Programs/NintendoSwitch_FastCodeEntry.cpp
@@ -250,7 +250,7 @@ std::vector<std::vector<CodeboardAction>> codeboard_get_all_paths(
250
paths.emplace_back(std::move(path));
251
}
252
253
- {
+ if (reordering){
254
CodeboardPosition position = positions[length - 1];
255
std::vector<CodeboardAction> current = codeboard_get_mode_path(start, position);
256
current.emplace_back(CodeboardAction::SCROLL_LEFT);
0 commit comments