add support for writing to VCount. incl. fucked-up display and altering framerate accordingly.

This commit is contained in:
StapleButter
2017-05-10 02:21:02 +02:00
parent 63e15d2480
commit f54f54fb7e
6 changed files with 72 additions and 36 deletions

View File

@ -104,7 +104,7 @@ void LoadROM(const char* path, bool direct);
void LoadBIOS();
void SetupDirectBoot();
void RunFrame();
u32 RunFrame();
void PressKey(u32 key);
void ReleaseKey(u32 key);