mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
de-hardcode the GL renderer.
init framebuffer to black. fix bugs.
This commit is contained in:
@ -97,6 +97,7 @@ void Reset();
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
void SetEnabled(bool geometry, bool rendering);
|
||||
void SetScale(int scale);
|
||||
|
||||
void ExecuteCommand();
|
||||
|
||||
@ -126,6 +127,8 @@ bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
void SetScale(int scale);
|
||||
|
||||
void SetupRenderThread();
|
||||
|
||||
void VCount144();
|
||||
@ -141,6 +144,8 @@ bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
void SetScale(int scale);
|
||||
|
||||
void VCount144();
|
||||
void RenderFrame();
|
||||
u32* GetLine(int line);
|
||||
|
Reference in New Issue
Block a user