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