update spdlog (it still dont work), fix 6.3(1)

This commit is contained in:
Gray
2024-06-10 16:30:29 -04:00
parent dd2bbfacda
commit bab7c30669
107 changed files with 10351 additions and 9620 deletions

View File

@@ -818,6 +818,8 @@ DWORD WINAPI Main(LPVOID)
return 1;
}
std::cout << std::format("Base Address: 0x{:x}\n", __int64(GetModuleHandleW(0)));
LOG_INFO(LogInit, "Initializing Project Reboot!");
LOG_INFO(LogDev, "Built on {} {}", __DATE__, __TIME__);