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 2ca969c commit 17379ebCopy full SHA for 17379eb
1 file changed
docs/public/assets/js/selecting.js
@@ -97,7 +97,7 @@ function can_superskaterhax(major, minor, native, region, model) {
97
let do_redirect = false;
98
// N3DS only
99
if(model == DEVICE_N3DS) {
100
- if(["U", "E"].includes(region)) {
+ if(["U", "E", "K"].includes(region)) {
101
if (major == 11) {
102
if (minor >= 15) do_redirect = true;
103
}
0 commit comments