BAHAHAHHHH

HARK HARK HARK
This commit is contained in:
Arisotura
2019-05-16 20:58:07 +02:00
parent c81bcccadc
commit c1746f0c60
8 changed files with 225 additions and 86 deletions

View File

@ -612,6 +612,11 @@ void SetDisplaySettings(int scale, bool accel)
GLRenderer43::SetDisplaySettings(scale, accel);
}
int GetScale()
{
return GLRenderer43::GetScale();
}
void MatrixLoadIdentity(s32* m)
@ -2441,6 +2446,11 @@ u32* GetLine(int line)
return GLRenderer43::GetLine(line);
}
void SetupAccelFrame()
{
GLRenderer43::SetupAccelFrame();
}
void WriteToGXFIFO(u32 val)
{