mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Uppercase to lowercase for address logging
This commit is contained in:
parent
8c76283ba1
commit
93b7a21849
@ -69,10 +69,10 @@ class VSys_Utils : public IDetour
|
||||
{
|
||||
virtual void GetAdr(void) const
|
||||
{
|
||||
spdlog::debug("| FUN: Sys_Error : {:#18X} |\n", p_Sys_Error.GetPtr());
|
||||
spdlog::debug("| FUN: Sys_Warning : {:#18X} |\n", p_Warning.GetPtr());
|
||||
spdlog::debug("| FUN: Sys_LoadAssetHelper : {:#18X} |\n", p_Sys_LoadAssetHelper.GetPtr());
|
||||
spdlog::debug("| FUN: Con_NPrintf : {:#18X} |\n", p_Con_NPrintf.GetPtr());
|
||||
spdlog::debug("| FUN: Sys_Error : {:#18x} |\n", p_Sys_Error.GetPtr());
|
||||
spdlog::debug("| FUN: Sys_Warning : {:#18x} |\n", p_Warning.GetPtr());
|
||||
spdlog::debug("| FUN: Sys_LoadAssetHelper : {:#18x} |\n", p_Sys_LoadAssetHelper.GetPtr());
|
||||
spdlog::debug("| FUN: Con_NPrintf : {:#18x} |\n", p_Con_NPrintf.GetPtr());
|
||||
spdlog::debug("+----------------------------------------------------------------+\n");
|
||||
}
|
||||
virtual void GetFun(void) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user