feat(profile): more hardware detection

This commit is contained in:
phaneron 2024-12-20 15:12:31 -05:00
parent 0fa8d70e2c
commit 1e6fb307de
16 changed files with 26811 additions and 33 deletions

View file

@ -1351,7 +1351,7 @@ struct ItemRandomPropertiesRec {
int32_t m_ID;
const char* m_name;
int32_t m_enchantment[5];
const char* m_name;
const char* m_name_lang;
};
struct ItemRandomSuffixRec {
@ -4214,7 +4214,7 @@ struct ItemRandomPropertiesRec {
int32_t m_ID;
const char* m_name;
int32_t m_enchantment[5];
const char* m_name;
const char* m_name_lang;
};
struct ItemRandomSuffixRec {