mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Fix symbol find function.
This commit is contained in:
@@ -113,7 +113,7 @@ int main()
|
||||
|
||||
for (size_t funcIdx = 0; funcIdx < functions.size(); funcIdx++)
|
||||
{
|
||||
if ((funcIdx % 100) == 0)
|
||||
if ((funcIdx % 1000) == 0)
|
||||
std::println("Recompiling functions... {}%", static_cast<float>(funcIdx) / functions.size() * 100.0f);
|
||||
|
||||
auto& fn = functions[funcIdx];
|
||||
|
Reference in New Issue
Block a user