diff options
author | german77 <juangerman-13@hotmail.com> | 2022-09-09 15:29:22 -0500 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-09-10 19:39:25 +0200 |
commit | 8f207bd93ddb9778f0242fca0dab6ef155bd2a97 (patch) | |
tree | ba3035c2a2b304956f6ba2ae6d5ac47d64c1ce52 /src/yuzu/multiplayer/host_room.h | |
parent | f5e635addaef59159bf6bc529b17954eda3684a1 (diff) |
yuzu: Multiple room UI improvements
Diffstat (limited to 'src/yuzu/multiplayer/host_room.h')
-rw-r--r-- | src/yuzu/multiplayer/host_room.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/multiplayer/host_room.h b/src/yuzu/multiplayer/host_room.h index 034cb2eef..ae816e2e0 100644 --- a/src/yuzu/multiplayer/host_room.h +++ b/src/yuzu/multiplayer/host_room.h @@ -46,6 +46,9 @@ public: void UpdateGameList(QStandardItemModel* list); void RetranslateUi(); +signals: + void SaveConfig(); + private: void Host(); std::unique_ptr<Network::VerifyUser::Backend> CreateVerifyBackend(bool use_validation) const; |