move XGetCustomLaunchData into ArchHooks

remove empty functions (they're not pure virts)
This commit is contained in:
Glenn Maynard
2004-07-21 23:08:04 +00:00
parent 07f8e2910f
commit d86482e298
2 changed files with 6 additions and 8 deletions
@@ -22,6 +22,11 @@ int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
return (timeGetTime() - g_iStartTime) * 1000;
}
ArchHooks_Xbox::ArchHooks_Xbox()
{
XGetCustomLaunchData();
}
/*
* (c) 2003-2004 Glenn Maynard, Chris Danford
* All rights reserved.
@@ -7,14 +7,7 @@ class RageMutex;
class ArchHooks_Xbox: public ArchHooks
{
public:
ArchHooks_Xbox() {}
~ArchHooks_Xbox() {}
void DumpDebugInfo() {}
void RestartProgram() {}
void EnterTimeCriticalSection() {}
void ExitTimeCriticalSection() {}
void SetTime( tm newtime ) {}
ArchHooks_Xbox();
};
#undef ARCH_HOOKS