Fix some format and logger typos

This commit is contained in:
Megamouse
2026-05-30 23:46:06 +02:00
parent 1bd246d2d3
commit 375eb21c07
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ namespace utils
}
else
{
result.push_back(fmt::format("rpcs3@0xp", pointer));
result.push_back(fmt::format("rpcs3@0x%p", pointer));
}
}