mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
first attempt at things
(also fix softrenderer reset)
This commit is contained in:
14
src/GPU3D.h
14
src/GPU3D.h
@ -132,6 +132,20 @@ u32* GetLine(int line);
|
||||
|
||||
}
|
||||
|
||||
namespace GLRenderer43
|
||||
{
|
||||
|
||||
bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
void VCount144();
|
||||
void RenderFrame();
|
||||
void RequestLine(int line);
|
||||
u32* GetLine(int line);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user