diff options
author | archshift <admin@archshift.com> | 2015-01-10 22:07:50 +0100 |
---|---|---|
committer | archshift <admin@archshift.com> | 2015-01-10 23:32:10 +0100 |
commit | 228843c43e21ce4d3ca5fe0adc96fcb34505446b (patch) | |
tree | b965681736fca204e49ea6f2c130409814c3006a /src/core/hle/service/apt_u.cpp | |
parent | Merge pull request #458 from yuriks/cmake-debug (diff) | |
download | yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.gz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.bz2 yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.lz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.xz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.zst yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.zip |
Diffstat (limited to 'src/core/hle/service/apt_u.cpp')
-rw-r--r-- | src/core/hle/service/apt_u.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/apt_u.cpp b/src/core/hle/service/apt_u.cpp index d8b261ba7..d0ff4e585 100644 --- a/src/core/hle/service/apt_u.cpp +++ b/src/core/hle/service/apt_u.cpp @@ -52,8 +52,6 @@ void Initialize(Service::Interface* self) { Kernel::ReleaseMutex(lock_handle); cmd_buff[1] = 0; // No error - - LOG_DEBUG(Service_APT, "called"); } void GetLockHandle(Service::Interface* self) { @@ -194,8 +192,6 @@ void AppletUtility(Service::Interface* self) { * 4 : Handle to shared font memory */ void GetSharedFont(Service::Interface* self) { - LOG_TRACE(Kernel_SVC, "called"); - u32* cmd_buff = Kernel::GetCommandBuffer(); if (!shared_font.empty()) { |