summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/errors.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-06-28 07:29:38 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-06-28 07:29:38 +0200
commitc2146c4eefdb67e64a9cb572d52391dfbb5b0f80 (patch)
tree3f7d68a86aebca57fb66d427c210731ea1b9160a /src/core/hle/service/friend/errors.h
parentSizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id (diff)
downloadyuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.tar
yuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.tar.gz
yuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.tar.bz2
yuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.tar.lz
yuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.tar.xz
yuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.tar.zst
yuzu-c2146c4eefdb67e64a9cb572d52391dfbb5b0f80.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/friend/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/errors.h b/src/core/hle/service/friend/errors.h
index 72d96b555..b8314eb3f 100644
--- a/src/core/hle/service/friend/errors.h
+++ b/src/core/hle/service/friend/errors.h
@@ -1,4 +1,4 @@
-// Copyright 2018 yuzu emulator team
+// Copyright 2019 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
@@ -9,4 +9,5 @@
namespace Service::Friend {
constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
+
}