This commit is contained in:
Glenn Maynard
2004-09-09 03:27:56 +00:00
parent 685c83543a
commit 8989cc096d
+5
View File
@@ -14,6 +14,7 @@
#include "RageException.h"
#include "RageMath.h"
#include "RageDisplay.h"
#include "RageThreads.h"
#include "arch/arch.h"
#include "arch/LoadingWindow/LoadingWindow.h"
@@ -1010,6 +1011,10 @@ int main(int argc, char* argv[])
* that to appear delayed. */
HOOKS->DumpDebugInfo();
#if defined(HAVE_TLS)
LOG->Info( "TLS is %savailable", RageThread::GetSupportsTLS()? "":"not " );
#endif
if( PREFSMAN->m_bFirstRun )
OnFirstRun();