GPU: Saving/loading of VRAM

This commit is contained in:
Connor McLaughlin
2019-09-14 20:45:26 +10:00
parent 2560efbebd
commit f6ef3f7ba6
4 changed files with 63 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public:
protected:
void UpdateDisplay() override;
void ReadVRAM(u32 x, u32 y, u32 width, u32 height, void* buffer) override;
void FillVRAM(u32 x, u32 y, u32 width, u32 height, u32 color) override;
void UpdateVRAM(u32 x, u32 y, u32 width, u32 height, const void* data) override;
void UpdateTexturePageTexture() override;