System: Add memory-only save states and rewind

This commit is contained in:
Connor McLaughlin
2021-01-23 19:00:54 +10:00
parent 6c6fdeb15e
commit 516d685dd0
22 changed files with 537 additions and 70 deletions

View File

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