mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
10 lines
240 B
C
10 lines
240 B
C
//TODO: put these in a common .h
|
|
#define CLIENT_HSTEAMUSER 1
|
|
#define SERVER_HSTEAMUSER 1
|
|
|
|
#define DEFAULT_NAME "Goldberg"
|
|
#define PROGRAM_NAME "Goldberg SteamEmu"
|
|
#define DEFAULT_LANGUAGE "english"
|
|
|
|
#define LOBBY_CONNECT_APPID ((uint32)-2)
|