GPU: Make VRAM a global object

This commit is contained in:
Stenzek
2023-12-23 16:53:15 +10:00
parent 7340324ed9
commit 411213d6a0
10 changed files with 50 additions and 69 deletions

View File

@ -23,7 +23,7 @@ bool GPUBackend::Initialize(bool force_thread)
return true;
}
void GPUBackend::Reset(bool clear_vram)
void GPUBackend::Reset()
{
Sync(true);
m_drawing_area = {};