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

@ -663,7 +663,7 @@ void GPU2D::DrawScanline(u32 line)
else if ((CaptureCnt & (1<<31)) && (((CaptureCnt >> 29) & 0x3) != 1))
{
_3DLine = GPU3D::GetLine(n3dline);
//GPU3D::GLRenderer43::PrepareCaptureFrame();
//GPU3D::GLRenderer::PrepareCaptureFrame();
}
}
@ -825,7 +825,7 @@ void GPU2D::VBlankEnd()
// TODO: make optional
if ((Num == 0) && (CaptureCnt & (1<<31)) && (((CaptureCnt >> 29) & 0x3) != 1))
{
GPU3D::GLRenderer43::PrepareCaptureFrame();
GPU3D::GLRenderer::PrepareCaptureFrame();
}
}