diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-30 05:26:58 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-30 05:26:58 +0200 |
commit | c404d22036e16d20d91fca0cf29d56785656c0f5 (patch) | |
tree | 8dd5aa70a08441dc3139a22bf94e8fccd5414649 /src/core/hle/config_mem.cpp | |
parent | svc: updated OutputDebugString to use OS_LOG (diff) | |
download | yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.tar yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.tar.gz yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.tar.bz2 yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.tar.lz yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.tar.xz yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.tar.zst yuzu-c404d22036e16d20d91fca0cf29d56785656c0f5.zip |
Diffstat (limited to 'src/core/hle/config_mem.cpp')
-rw-r--r-- | src/core/hle/config_mem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/config_mem.cpp b/src/core/hle/config_mem.cpp index 48aa878cc..8c898b265 100644 --- a/src/core/hle/config_mem.cpp +++ b/src/core/hle/config_mem.cpp @@ -55,7 +55,7 @@ inline void Read(T &var, const u32 addr) { break; default: - ERROR_LOG(HLE, "unknown ConfigMem::Read%d @ 0x%08X", sizeof(var) * 8, addr); + ERROR_LOG(HLE, "unknown addr=0x%08X", addr); } } |