move XGetCustomLaunchData into ArchHooks
remove empty functions (they're not pure virts)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user