mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 13:50:11 -06:00
get the OpenGL renderer going.
sorta. (also make the blackmagic_II branch obsolete in the process)
This commit is contained in:
@ -985,6 +985,8 @@ void StartScanline(u32 line)
|
||||
GPU2D_A->VBlank();
|
||||
GPU2D_B->VBlank();
|
||||
GPU3D::VBlank();
|
||||
|
||||
if (Accelerated) GLCompositor::RenderFrame();
|
||||
}
|
||||
else if (VCount == 144)
|
||||
{
|
||||
|
Reference in New Issue
Block a user