summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-07-29 18:33:21 +0200
committerLioncash <mathew1800@gmail.com>2015-07-29 18:34:18 +0200
commit75631b2a9ff330e6cbb42df019d4b8fd3579289a (patch)
treebf5092039cbd166f574885d5c36177faef54bfcc /src/core/hle/service/am/am.cpp
parentMerge pull request #1012 from lioncash/prototype (diff)
downloadyuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.tar
yuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.tar.gz
yuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.tar.bz2
yuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.tar.lz
yuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.tar.xz
yuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.tar.zst
yuzu-75631b2a9ff330e6cbb42df019d4b8fd3579289a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/am.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 64f3bc7e9..7ae4859a7 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -36,7 +36,7 @@ void GetTitleIDList(Service::Interface* self) {
cmd_buff[1] = RESULT_SUCCESS.raw;
cmd_buff[2] = 0;
- LOG_WARNING(Service_AM, "(STUBBED) Requested %u titles from media type %u", num_titles, media_type);
+ LOG_WARNING(Service_AM, "(STUBBED) Requested %u titles from media type %u. Address=0x%08X", num_titles, media_type, addr);
}
void GetNumContentInfos(Service::Interface* self) {