Quote:
Originally Posted by narutor22
Change:
if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed)
this.Exit();
To:
if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed)
Guide.Show();
|
He's referring to going back to the main Zune menu, not displaying the guide.
Unfortunately, this is one of the ways Microsoft cripples noncommercial games - the reboot is imposed by the firmware and currently unavoidable.