mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
BAHAHAHHHH
HARK HARK HARK
This commit is contained in:
@ -98,6 +98,7 @@ void DoSavestate(Savestate* file);
|
||||
|
||||
void SetEnabled(bool geometry, bool rendering);
|
||||
void SetDisplaySettings(int scale, bool accel);
|
||||
int GetScale();
|
||||
|
||||
void ExecuteCommand();
|
||||
|
||||
@ -129,6 +130,7 @@ void DeInit();
|
||||
void Reset();
|
||||
|
||||
void SetDisplaySettings(int scale, bool accel);
|
||||
int GetScale();
|
||||
|
||||
void SetupRenderThread();
|
||||
|
||||
@ -147,6 +149,7 @@ void DeInit();
|
||||
void Reset();
|
||||
|
||||
void SetDisplaySettings(int scale, bool accel);
|
||||
int GetScale();
|
||||
|
||||
void VCount144();
|
||||
void RenderFrame();
|
||||
|
Reference in New Issue
Block a user