Compare commits

..

4 Commits

Author SHA1 Message Date
suchmememanyskill
94e60e0ded hi einso 2023-08-12 23:16:18 +02:00
bleck9999
b0233b796e Merge pull request #78 from FlyingBananaTree/patch-1
Add 16.0.0 pkg1
2023-02-21 21:25:49 +00:00
FlyingBananaTree
99b45cac7b Correct indent 2023-02-21 20:44:30 +00:00
FlyingBananaTree
ee212a5156 Add 16.0.0 pkg1 2023-02-21 19:50:24 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -51,16 +51,18 @@ For question specifically for TegraExplorer, go to [my discord](https://discord.
Based on [Lockpick_RCM](https://github.com/shchmue/Lockpick_RCM), and thus also based on [Hekate](https://github.com/CTCaer/hekate) Based on [Lockpick_RCM](https://github.com/shchmue/Lockpick_RCM), and thus also based on [Hekate](https://github.com/CTCaer/hekate)
Awesome people who helped with this project: Awesome people who helped with this project:
- shchmue - [shchmue](https://github.com/shchmue)
- Dennthecafebabe - [maddiethecafebabe](https://github.com/maddiethecafebabe/)
- [bleck9999](https://github.com/bleck9999)
Other awesome people: Other awesome people:
- PhazonicRidley - PhazonicRidley
- Dax - Dax
- Huhen - Huhen
- Bleck9999
- Exelix - Exelix
- Emmo - Emmo
- Gengar
- Einso
## Screenshots ## Screenshots

View File

@@ -45,7 +45,8 @@ static const pkg1_id_t _pkg1_ids[] = {
{ "20210805", 12}, //13.0.0 - 13.2.0 { "20210805", 12}, //13.0.0 - 13.2.0
{ "20220105", 12}, //13.2.1 { "20220105", 12}, //13.2.1
{ "20220209", 13}, //14.0.0 - 14.1.2 { "20220209", 13}, //14.0.0 - 14.1.2
{ "20220801", 14}, //15.0.0+ { "20220801", 14}, //15.0.0 - 15.0.1
{ "20230111", 15}, //16.0.0+
{ NULL } //End. { NULL } //End.
}; };