mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
BAHAHAHAHAHAHAHAA
This commit is contained in:
@ -138,7 +138,7 @@ void Reset()
|
||||
SetupRenderThread();
|
||||
}
|
||||
|
||||
void SetScale(int scale)
|
||||
void SetDisplaySettings(int scale, bool accel)
|
||||
{
|
||||
printf("SOFT RENDERER SCALE FACTOR: TODO!!!\n");
|
||||
}
|
||||
@ -2122,5 +2122,10 @@ u32* GetLine(int line)
|
||||
return &ColorBuffer[(line * ScanlineWidth) + FirstPixelOffset];
|
||||
}
|
||||
|
||||
void SetupAccelFrame()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user