diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-16 00:23:53 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-16 00:23:53 +0100 |
commit | 2572a62480966a95d5d2795631651af15490ab1e (patch) | |
tree | fda51df694c4382792267bcfe192da3efcf18fff /src/core | |
parent | DSP: Removed useless spam log for SignalInterrupt (diff) | |
download | yuzu-2572a62480966a95d5d2795631651af15490ab1e.tar yuzu-2572a62480966a95d5d2795631651af15490ab1e.tar.gz yuzu-2572a62480966a95d5d2795631651af15490ab1e.tar.bz2 yuzu-2572a62480966a95d5d2795631651af15490ab1e.tar.lz yuzu-2572a62480966a95d5d2795631651af15490ab1e.tar.xz yuzu-2572a62480966a95d5d2795631651af15490ab1e.tar.zst yuzu-2572a62480966a95d5d2795631651af15490ab1e.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/apt_u.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/apt_u.cpp b/src/core/hle/service/apt_u.cpp index 007c6efef..69a7bcf92 100644 --- a/src/core/hle/service/apt_u.cpp +++ b/src/core/hle/service/apt_u.cpp @@ -65,7 +65,7 @@ void NotifyToWait(Service::Interface* self) { // TODO(Subv): Verify this, it seems to get SWKBD and Home Menu further. Kernel::SignalEvent(pause_event_handle); LOG_WARNING(Service_APT, "(STUBBED) app_id=%u", app_id); - cmd_buff[0] = 0; + cmd_buff[1] = 0; } void GetLockHandle(Service::Interface* self) { |