summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-12-14 07:01:48 +0100
committerbunnei <bunneidev@gmail.com>2020-01-04 19:29:55 +0100
commit5135b74179e99507cc5eee374e76c3f0ac3ee717 (patch)
tree77779e89d0bc5977ca6528e20847525b14caf88d /src/core/hle/service/friend/friend.cpp
parentMerge pull request #3247 from FernandoS27/remap-fix (diff)
downloadyuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.tar
yuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.tar.gz
yuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.tar.bz2
yuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.tar.lz
yuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.tar.xz
yuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.tar.zst
yuzu-5135b74179e99507cc5eee374e76c3f0ac3ee717.zip
Diffstat (limited to 'src/core/hle/service/friend/friend.cpp')
-rw-r--r--src/core/hle/service/friend/friend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp
index 219176c31..6aadb3ea8 100644
--- a/src/core/hle/service/friend/friend.cpp
+++ b/src/core/hle/service/friend/friend.cpp
@@ -241,7 +241,7 @@ private:
bool has_received_friend_request;
};
- Common::UUID uuid;
+ Common::UUID uuid{Common::INVALID_UUID};
Kernel::EventPair notification_event;
std::queue<SizedNotificationInfo> notifications;
States states{};