ssb: Work in progress invite support. We can generate them. We can connect using an invite code. We can't yet invite.use().

This commit is contained in:
2025-01-19 16:00:37 -05:00
parent 11564a5292
commit fd09a766d2
9 changed files with 388 additions and 37 deletions

View File

@ -74,6 +74,7 @@ typedef enum _tf_ssb_connect_flags_t
{
k_tf_ssb_connect_flag_one_shot = 0x1,
k_tf_ssb_connect_flag_do_not_store = 0x2,
k_tf_ssb_connect_flag_use_invite = 0x4,
} tf_ssb_connect_flags_t;
/** An SSB instance. */