startup and shutdown stuff should happen in ArchHooks
This commit is contained in:
@@ -35,6 +35,11 @@ ArchHooks_Xbox::ArchHooks_Xbox()
|
||||
XGetCustomLaunchData();
|
||||
}
|
||||
|
||||
ArchHooks_Xbox::~ArchHooks_Xbox()
|
||||
{
|
||||
XReturnToLaunchingXBE();
|
||||
}
|
||||
|
||||
/*
|
||||
* (c) 2003-2004 Glenn Maynard, Chris Danford
|
||||
* All rights reserved.
|
||||
|
||||
@@ -8,6 +8,7 @@ class ArchHooks_Xbox: public ArchHooks
|
||||
{
|
||||
public:
|
||||
ArchHooks_Xbox();
|
||||
~ArchHooks_Xbox();
|
||||
};
|
||||
|
||||
#undef ARCH_HOOKS
|
||||
|
||||
Reference in New Issue
Block a user