preparing for drawing

This commit is contained in:
georgemoralis 2023-09-27 09:26:50 +03:00
parent 98ccbe7f30
commit 3b853413c7
3 changed files with 9 additions and 0 deletions

View file

@ -100,4 +100,6 @@ HLE::Libs::Graphics::GraphicCtx* getGraphicCtx() {
return &window_ctx->m_graphic_ctx;
}
void DrawBuffer(HLE::Libs::Graphics::VideoOutVulkanImage* image) {}
} // namespace Emulator