mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
overlays: add friends list to home menu
This commit is contained in:
parent
73fe420d09
commit
0a57c459b6
17 changed files with 858 additions and 29 deletions
|
@ -161,6 +161,7 @@ void sendmessage_dialog_frame::callback_handler(u16 ntype, const std::string& us
|
|||
switch (ntype)
|
||||
{
|
||||
case rpcn::NotificationType::FriendQuery: // Other user sent a friend request
|
||||
case rpcn::NotificationType::FriendPresenceChanged:
|
||||
break;
|
||||
case rpcn::NotificationType::FriendNew: // Add a friend to the friendlist(either accepted a friend request or friend accepted it)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue