mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
11cb3ce998
Implemented a basic steampipe alloc system and fixed build.
10 lines
242 B
C
10 lines
242 B
C
//TODO: put these in a common .h
|
|
#define CLIENT_HSTEAMUSER 12
|
|
#define SERVER_HSTEAMUSER 13
|
|
|
|
#define DEFAULT_NAME "Goldberg"
|
|
#define PROGRAM_NAME "Goldberg SteamEmu"
|
|
#define DEFAULT_LANGUAGE "english"
|
|
|
|
#define LOBBY_CONNECT_APPID ((uint32)-2)
|