add option to disable Ep3 infinite meseta

This commit is contained in:
Martin Michelsen
2023-08-30 18:45:04 -07:00
parent eab453413e
commit 50ded155ed
6 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ void send_ep3_media_update(
uint32_t type,
uint32_t which,
const std::string& compressed_data);
void send_ep3_rank_update(std::shared_ptr<Client> c);
void send_ep3_rank_update(std::shared_ptr<ServerState> s, std::shared_ptr<Client> c);
void send_ep3_card_battle_table_state(std::shared_ptr<Lobby> l, uint16_t table_number);
void send_ep3_set_context_token(std::shared_ptr<Client> c, uint32_t context_token);