Skip to content

Commit

Permalink
Update key generations
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Jul 4, 2024
1 parent 6209f21 commit 658a1ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Goldleaf/source/ui/ui_InstallLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,12 @@ namespace ui {
break;
}
case 0x10: {
info += "(17.0.0 -)";
info += "(17.0.0 - 18.0.0)";
break;
}
case 0x11: {
info += "(18.0.0 -)";
break;
}
default: {
info += cfg::Strings.GetString(96);
Expand Down
2 changes: 1 addition & 1 deletion Plutonium
Submodule Plutonium updated 426 files
2 changes: 1 addition & 1 deletion arc
Submodule arc updated 6 files
+4 βˆ’34 README.md
+11 βˆ’85 arc.py
+40 βˆ’42 default_rc_hpps/libnx.rc.hpp
+0 βˆ’1 docs/_config.yml
+0 βˆ’1,418 docs/index.md
+0 βˆ’8 gen_pages.sh

0 comments on commit 658a1ba

Please sign in to comment.