diff options
author | bunnei <bunneidev@gmail.com> | 2016-04-25 15:08:25 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-04-25 15:08:25 +0200 |
commit | 28de7f584e25269a4914a6d11b000f7e817cc1b4 (patch) | |
tree | e691188c0807876d339546e14e41cb916ed24c0e /src/core | |
parent | Merge pull request #1576 from smspillaz/fix-build-errors-03272016 (diff) | |
parent | travis: Install cmake 3.1 (diff) | |
download | yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.tar yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.tar.gz yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.tar.bz2 yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.tar.lz yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.tar.xz yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.tar.zst yuzu-28de7f584e25269a4914a6d11b000f7e817cc1b4.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/am/am.cpp | 2 |
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 9591522e5..3f71e7f2b 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -43,7 +43,7 @@ void FindContentInfos(Service::Interface* self) { am_content_count[media_type] = cmd_buff[4]; cmd_buff[1] = RESULT_SUCCESS.raw; - LOG_WARNING(Service_AM, "(STUBBED) media_type=%u, title_id=0x%016lx, content_cound=%u, content_ids_pointer=0x%08x, content_info_pointer=0x%08x", + LOG_WARNING(Service_AM, "(STUBBED) media_type=%u, title_id=0x%016llx, content_cound=%u, content_ids_pointer=0x%08x, content_info_pointer=0x%08x", media_type, title_id, am_content_count[media_type], content_ids_pointer, content_info_pointer); } |