forked from cafeberry/4JLibs
add missing RegionIsNorthAmerica + ForcePrimaryPadController decls (win64)
This commit is contained in:
@@ -75,6 +75,7 @@ public:
|
||||
// SYS
|
||||
int GetPrimaryPad();
|
||||
void SetPrimaryPad(int iPad);
|
||||
void ForcePrimaryPadController(int iController);
|
||||
void LoadGamertag();
|
||||
void SetFakeGamerTag(char *name);
|
||||
char* GetGamertag(int iPad);
|
||||
@@ -82,6 +83,7 @@ public:
|
||||
bool IsFullVersion();
|
||||
void SetSignInChangeCallback(void ( *Func)(LPVOID, bool, unsigned int),LPVOID lpParam);
|
||||
void SetNotificationsCallback(void ( *Func)(LPVOID, DWORD, unsigned int),LPVOID lpParam);
|
||||
bool RegionIsNorthAmerica(void);
|
||||
bool LocaleIsUSorCanada(void);
|
||||
bool LocaleIsChina(void);
|
||||
HRESULT GetLiveConnectionStatus();
|
||||
|
||||
Reference in New Issue
Block a user