Add Triforce platform and preliminary boot.id parsing

This commit is contained in:
Zopolis4 2021-08-10 07:49:34 +10:00
parent 494e2c05c2
commit 71f654cdc4
No known key found for this signature in database
GPG key ID: C1117D56FBC82774
15 changed files with 41 additions and 4 deletions

View file

@ -165,6 +165,7 @@ private:
Result m_result;
bool m_is_tgc = false;
bool m_is_datel = false;
bool m_is_triforce = false;
bool m_is_not_retail = false;
bool m_redump_verification;