mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Custom Broadcasts improvement to add support for specifying ports
This commit is contained in:
parent
faf15e5d88
commit
02195f5636
4 changed files with 36 additions and 18 deletions
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "base.h"
|
||||
|
||||
struct IP_PORT;
|
||||
|
||||
struct DLC_entry {
|
||||
AppId_t appID;
|
||||
std::string name;
|
||||
|
|
@ -125,7 +127,7 @@ public:
|
|||
bool createUnknownLeaderboards() { return create_unknown_leaderboards; }
|
||||
|
||||
//custom broadcasts
|
||||
std::set<uint32> custom_broadcasts;
|
||||
std::set<IP_PORT> custom_broadcasts;
|
||||
|
||||
//stats
|
||||
std::map<std::string, Stat_config> getStats() { return stats; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue