[opengl] Remove all references to RageDisplay_OGL (changed to _Legacy). Start removing old D3D stuff.

This commit is contained in:
Colby Klein
2011-03-13 23:36:20 -07:00
parent 7ace19776d
commit 5cf68a2f76
6 changed files with 128 additions and 128 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#include "global.h"
#include "RageDisplay_OGL_Helpers.h"
#include "RageDisplay_Legacy_Helpers.h"
#include "RageUtil.h"
#include "RageLog.h"
@@ -31,12 +31,12 @@ namespace
}
};
void RageDisplay_OGL_Helpers::Init()
void RageDisplay_Legacy_Helpers::Init()
{
InitStringMap();
}
RString RageDisplay_OGL_Helpers::GLToString( GLenum e )
RString RageDisplay_Legacy_Helpers::GLToString( GLenum e )
{
if( g_Strings.find(e) != g_Strings.end() )
return g_Strings[e];