mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
welp.
progress
This commit is contained in:
@ -138,16 +138,6 @@ void Reset()
|
||||
SetupRenderThread();
|
||||
}
|
||||
|
||||
void SetDisplaySettings(int scale, bool accel)
|
||||
{
|
||||
printf("SOFT RENDERER SCALE FACTOR: TODO!!!\n");
|
||||
}
|
||||
|
||||
int GetScale()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Notes on the interpolator:
|
||||
@ -2127,10 +2117,5 @@ u32* GetLine(int line)
|
||||
return &ColorBuffer[(line * ScanlineWidth) + FirstPixelOffset];
|
||||
}
|
||||
|
||||
void SetupAccelFrame()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user