mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
de-hardcode the GL renderer.
init framebuffer to black. fix bugs.
This commit is contained in:
@ -138,6 +138,11 @@ void Reset()
|
||||
SetupRenderThread();
|
||||
}
|
||||
|
||||
void SetScale(int scale)
|
||||
{
|
||||
printf("SOFT RENDERER SCALE FACTOR: TODO!!!\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Notes on the interpolator:
|
||||
|
Reference in New Issue
Block a user