mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 19:27:53 -05:00
core: Initialize several structs that make use of Common::UUID.
This commit is contained in:
@ -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{};
|
||||
|
Reference in New Issue
Block a user