gpumemory works

This commit is contained in:
georgemoralis 2023-09-25 12:04:40 +03:00
parent 59efa477ce
commit 1f0beb0ec3
7 changed files with 45 additions and 5 deletions

View file

@ -79,4 +79,5 @@ struct EmuPrivate {
void emuInit(u32 width, u32 height);
void emuRun();
void checkAndWaitForGraphicsInit();
HLE::Libs::Graphics::GraphicCtx* getGraphicCtx();
} // namespace Emulator