diff options
Diffstat (limited to 'src')
| -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) { | |||
| 65 | // TODO(Subv): Verify this, it seems to get SWKBD and Home Menu further. | 65 | // TODO(Subv): Verify this, it seems to get SWKBD and Home Menu further. |
| 66 | Kernel::SignalEvent(pause_event_handle); | 66 | Kernel::SignalEvent(pause_event_handle); |
| 67 | LOG_WARNING(Service_APT, "(STUBBED) app_id=%u", app_id); | 67 | LOG_WARNING(Service_APT, "(STUBBED) app_id=%u", app_id); |
| 68 | cmd_buff[0] = 0; | 68 | cmd_buff[1] = 0; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | void GetLockHandle(Service::Interface* self) { | 71 | void GetLockHandle(Service::Interface* self) { |