mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
remove reference to GL version 4.3 from filenames and namespaces
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user