startup and shutdown stuff should happen in ArchHooks

This commit is contained in:
Glenn Maynard
2004-09-06 04:01:35 +00:00
parent 1fd7483cdd
commit a26961cdc4
2 changed files with 6 additions and 0 deletions
@@ -35,6 +35,11 @@ ArchHooks_Xbox::ArchHooks_Xbox()
XGetCustomLaunchData(); XGetCustomLaunchData();
} }
ArchHooks_Xbox::~ArchHooks_Xbox()
{
XReturnToLaunchingXBE();
}
/* /*
* (c) 2003-2004 Glenn Maynard, Chris Danford * (c) 2003-2004 Glenn Maynard, Chris Danford
* All rights reserved. * All rights reserved.
@@ -8,6 +8,7 @@ class ArchHooks_Xbox: public ArchHooks
{ {
public: public:
ArchHooks_Xbox(); ArchHooks_Xbox();
~ArchHooks_Xbox();
}; };
#undef ARCH_HOOKS #undef ARCH_HOOKS