Skip to content

Commit

Permalink
Dirty fix for latest tinfoil
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsam239 committed Nov 27, 2020
1 parent 33ca375 commit 5f10a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/gui_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ constexpr const char *const descriptions[4] = {
constexpr const char *const paths[2][2] = {
[0] = {
[0] = "/bootloader",
[1] = "/_bootloader",
[1] = "/_b0otloader",
},
[1] = {
[0] = "/atmosphere/kips",
[1] = "/atmosphere/_kips"
[1] = "/atmosphere/_k1ps"
},
};

Expand Down

0 comments on commit 5f10a21

Please sign in to comment.