This commit is contained in:
Alberto Ramos
2011-05-23 02:30:12 -06:00
parent 6b4f1eb93f
commit 470aa2d948
+4 -4
View File
@@ -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 )
{