mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add infos on friend game
Add friend appid and check if the game is compatible.
This commit is contained in:
parent
bce574dc43
commit
c006555b01
2 changed files with 19 additions and 13 deletions
|
|
@ -23,6 +23,7 @@ struct friend_window_state
|
|||
{
|
||||
int id;
|
||||
uint8 window_state;
|
||||
std::string window_title;
|
||||
union // The invitation (if any)
|
||||
{
|
||||
uint64 lobbyId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue