Actions
Bug #285
closedX3 LCD not displaying app/game after launch
Start date:
05/02/2014
Due date:
% Done:
0%
Resolution:
fixed
Affected Version:
Description
Can the below line be removed to make the game/app name stay on the LCD after launch?
Seem to have no unwanted side effects on my xbox with this line removed.
Thank you.
Line 3951, Util.cpp
#ifdef HAS_XBOX_HARDWARE
// g_application.Stop(); // Brent - Removed to make Playing *** stay on LCD
CUtil::LaunchXbe(szDevicePath, szXbePath, szParameters, ForceVideo, ForceCountry, pData);
#endif
Actions