Example #1
0
extern "C" void XBoxStartup()
{
   XboxInfo *t = new XboxInfo();
   List<XboxInfo> *o = new List<XboxInfo> (t, 0x00);
   t->readState();
   debugPrint("\n\n\nCPU Temp is %d\n", t->getCPUTemp());
   if (typeid(*t) == typeid(XboxInfo)) {
      
   }
   debugPrint("\n\n\n    Am I here?\n\n");
   XSleep(100000);
   XReboot();
}
Example #2
0
	void Game::Exit()
	{
		XSleep(1000);
		XReboot();
	}