mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
Add imgui-based Netplay Chat
This commit is contained in:
parent
8cfbbbe9dc
commit
7cfb626a83
11 changed files with 184 additions and 22 deletions
|
@ -95,6 +95,8 @@ private:
|
|||
|
||||
void SetGame(const QString& game_path);
|
||||
|
||||
void SendMessage(const std::string& message);
|
||||
|
||||
// Chat
|
||||
QGroupBox* m_chat_box;
|
||||
QTextEdit* m_chat_edit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue