mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 23:08:47 +00:00
Move m_prev_efb_format into FramebufferManager
This commit is contained in:
parent
9b5397abdb
commit
2cfc02a116
6 changed files with 7 additions and 31 deletions
|
@ -1092,6 +1092,7 @@ void FramebufferManager::DestroyPokePipelines()
|
|||
void FramebufferManager::DoState(PointerWrap& p)
|
||||
{
|
||||
FlushEFBPokes();
|
||||
p.Do(m_prev_efb_format);
|
||||
|
||||
bool save_efb_state = Config::Get(Config::GFX_SAVE_TEXTURE_CACHE_TO_STATE);
|
||||
p.Do(save_efb_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue