mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-16 02:40:06 -06:00
BAHAHAHHHH
HARK HARK HARK
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user