more to buffers

This commit is contained in:
georgemoralis 2023-09-16 00:03:11 +03:00
parent aacbc4e675
commit 243c0158c1
4 changed files with 21 additions and 2 deletions

View file

@ -24,4 +24,5 @@ struct EmuPrivate {
};
void emuInit(u32 width, u32 height);
void emuRun();
void checkAndWaitForGraphicsInit();
} // namespace Emulator