first attempt at things

(also fix softrenderer reset)
This commit is contained in:
Arisotura
2019-04-01 02:51:31 +02:00
parent f1628b98de
commit f8751bd1fb
10 changed files with 275 additions and 62 deletions

View File

@ -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