System: Periodically flush GPU

Needs real timings...
This commit is contained in:
Connor McLaughlin
2019-09-14 23:49:55 +10:00
parent 03bd135060
commit 77b15d156d
3 changed files with 23 additions and 3 deletions

View File

@ -31,6 +31,8 @@ public:
// gpu_hw_opengl.cpp
static std::unique_ptr<GPU> CreateHardwareOpenGLRenderer();
void Flush();
protected:
static constexpr u32 VRAM_WIDTH = 1024;
static constexpr u32 VRAM_HEIGHT = 512;