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

@ -66,6 +66,23 @@ static import_functions() {
set_func_cmt(0x00763B10, "void CONSOLELINE::Delete()", 0);
set_func_cmt(0x00763B40, "static void CONSOLELINE::Up()", 0);
set_func_cmt(0x00763B90, "static void CONSOLELINE::Down()", 0);
set_func_cmt(0x007663F0, "CVar::ArchiveCodeRegisteredOnly()", 0);
set_func_cmt(0x007666B0, "CVar::LogCvar(char const*, char const*, void*)", 0);
set_func_cmt(0x007667B0, "CVar::InternalSet(char const*, bool, bool, bool, bool)", 0);
set_func_cmt(0x00766990, "public: void __thiscall CVar::Reset(void)", 0);
set_func_cmt(0x00766A20, "public: bool __thiscall CVar::Default(void)", 0);
set_func_cmt(0x00766AB0, "CVar::Update()", 0);
set_func_cmt(0x00767030, "CVar::IterateForArchive(unsigned int, unsigned int, int (*)(char const*, char const*, void*), void*)", 0);
set_func_cmt(0x007671A0, "CVar::LogAll(char*, unsigned long, unsigned int, unsigned int)", 0);
set_func_cmt(0x00767220, "00005410", 0);
set_func_cmt(0x007673A0, "00005400", 0);
set_func_cmt(0x00767440, "CVar::Lookup(char const*)", 0);
set_func_cmt(0x007698B0, "00005400", 0);
set_func_cmt(0x00769950, "SetGxCVars(CGxFormat const&)", 0);
set_func_cmt(0x00769D40, "00005400", 0);
set_func_cmt(0x0076B3F0, "void SetDefaults(DefaultSettings&, const Hardware&)", 0);
set_func_cmt(0x0076B520, "ConsoleDetectSetDefaultsFormat(DefaultSettings&, const Hardware&)", 0);
set_func_cmt(0x0076BA30, "ConsoleDetectDetectHardware(Hardware&, bool&)", 0);
set_func_cmt(0x0077ACF0, "public: unsigned int __thiscall BigBuffer::operator[](unsigned int)const", 0);
set_func_cmt(0x0077AE80, "public: __thiscall BigStack::~BigStack(void)", 0);
set_func_cmt(0x0077AEC0, "public: unsigned int & __thiscall BigBuffer::operator[](unsigned int)const", 0);