summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-12-13 00:14:36 +0100
committerLioncash <mathew1800@gmail.com>2015-12-13 00:14:36 +0100
commit84afaaa10c993a80076eb6d28f2ba823eea33c8f (patch)
tree6ee23b225f0cf2c9c53ff8b2e74cff3d12ad3055 /src/core
parentMerge pull request #1267 from yuriks/flipped-framebuffer (diff)
downloadyuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.tar
yuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.tar.gz
yuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.tar.bz2
yuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.tar.lz
yuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.tar.xz
yuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.tar.zst
yuzu-84afaaa10c993a80076eb6d28f2ba823eea33c8f.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/svc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp
index 7f63ff505..9acebeb36 100644
--- a/src/core/hle/svc.cpp
+++ b/src/core/hle/svc.cpp
@@ -781,7 +781,7 @@ static ResultCode CreateMemoryBlock(Handle* out_handle, u32 addr, u32 size, u32
static ResultCode GetSystemInfo(s64* out, u32 type, s32 param) {
using Kernel::MemoryRegion;
- LOG_TRACE(Kernel_SVC, "called process=0x%08X type=%u param=%d", process_handle, type, param);
+ LOG_TRACE(Kernel_SVC, "called type=%u param=%d", type, param);
switch ((SystemInfoType)type) {
case SystemInfoType::REGION_MEMORY_USAGE: