remove reference to GL version 4.3 from filenames and namespaces

This commit is contained in:
Arisotura
2019-05-20 00:05:37 +02:00
parent a4417b727a
commit b493c24128
5 changed files with 16 additions and 21 deletions

View File

@ -141,7 +141,7 @@ void SetupAccelFrame();
}
namespace GLRenderer43
namespace GLRenderer
{
bool Init();
@ -151,7 +151,6 @@ void Reset();
void SetDisplaySettings(int scale, bool accel);
int GetScale();
void VCount144();
void RenderFrame();
void PrepareCaptureFrame();
u32* GetLine(int line);