Fix player list not showing in lobby. Fix host and direct connect crashing citra

This commit is contained in:
James Rowe 2018-04-18 10:29:03 -06:00
parent 01b49b7e78
commit 2be02f221d
11 changed files with 68 additions and 31 deletions

View file

@ -10,7 +10,10 @@
#include <QStandardItemModel>
#include <QVariant>
#include "network/network.h"
#include "ui_chat_room.h"
namespace Ui {
class ChatRoom;
}
namespace Core {
class AnnounceMultiplayerSession;
@ -29,6 +32,7 @@ public:
void SetPlayerList(const Network::RoomMember::MemberList& member_list);
void Clear();
void AppendStatusMessage(const QString& msg);
~ChatRoom();
public slots:
void OnRoomUpdate(const Network::RoomInformation& info);