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
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;