From e8ddc9cf2fccb5f6725ad194dadaed15473c628b Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Wed, 18 Sep 2019 19:42:31 +0200 Subject: [PATCH] add 9.0 pkg1 which fixes tegraexplorer on 9.0 --- source/hos/pkg1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c index 183bd63..5e36e05 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -35,6 +35,7 @@ static const pkg1_id_t _pkg1_ids[] = { { "20190208150037", 7 }, //7.0.1 { "20190314172056", 7 }, //8.0.0 { "20190531152432", 8 }, //8.1.0 + { "20190809135709", 9 }, //9.0.0 { NULL } //End. };