forked from cafeberry/cafeberry
update lcemp networking
This commit is contained in:
@@ -158,6 +158,8 @@ extern "C" void* __wrap__malloc_init(size_t a_Boundary, size_t a_Size)
|
||||
// for a long time.
|
||||
//-------------------------------------------------------------------------------------
|
||||
|
||||
char g_Win64Username[17] = {0};
|
||||
|
||||
BOOL g_bWidescreen = TRUE;
|
||||
//int g_numberOfSpeakersForMiles = 2; // number of speakers to pass to Miles, this is setup from init_audio_hardware
|
||||
|
||||
@@ -910,6 +912,9 @@ int main()
|
||||
app.GAME_DEFINED_PROFILE_DATA_BYTES*XUSER_MAX_COUNT,
|
||||
&app.uiGameDefinedDataChangedBitmask);
|
||||
|
||||
strncpy(g_Win64Username, ProfileManager.GetGamertag(0), 17);
|
||||
g_Win64Username[16] = 0;
|
||||
|
||||
app.DebugPrintf("+++Main - after ProfileManager.Initialise\n");
|
||||
|
||||
// register the awards
|
||||
|
||||
Reference in New Issue
Block a user