woes
This commit is contained in:
+4
-4
@@ -406,7 +406,7 @@ static void AdjustForChangedSystemCapabilities()
|
||||
}
|
||||
|
||||
#if defined(WIN32)
|
||||
//#include "RageDisplay_D3D.h"
|
||||
#include "RageDisplay_D3D.h"
|
||||
#include "archutils/Win32/VideoDriverInfo.h"
|
||||
#endif
|
||||
|
||||
@@ -743,9 +743,9 @@ RageDisplay *CreateDisplay()
|
||||
else if( sRenderer.CompareNoCase("d3d")==0 )
|
||||
{
|
||||
// TODO: ANGLE/RageDisplay_Modern
|
||||
//#if defined(SUPPORT_D3D)
|
||||
// pRet = new RageDisplay_D3D;
|
||||
//#endif
|
||||
#if defined(SUPPORT_D3D)
|
||||
pRet = new RageDisplay_D3D;
|
||||
#endif
|
||||
}
|
||||
else if( sRenderer.CompareNoCase("null")==0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user