From 3566987eccce7855a0aeb439fd8263efc5f43c1d Mon Sep 17 00:00:00 2001 From: wwylele Date: Sun, 4 Mar 2018 19:18:09 +0200 Subject: [PATCH] Service/NEWS: fix command id for news:u:AddNotification this one is different from the one in news:s --- src/core/hle/service/news/news_u.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/news/news_u.cpp b/src/core/hle/service/news/news_u.cpp index a07e466de..19b687144 100644 --- a/src/core/hle/service/news/news_u.cpp +++ b/src/core/hle/service/news/news_u.cpp @@ -8,7 +8,7 @@ namespace Service { namespace NEWS { const Interface::FunctionInfo FunctionTable[] = { - {0x000100C6, nullptr, "AddNotification"}, + {0x000100C8, nullptr, "AddNotification"}, }; NEWS_U_Interface::NEWS_U_Interface() {