O2Hawk: add vidbuffer back to state, it's needed

This commit is contained in:
alyosha-tas 2020-04-10 19:51:32 -04:00
parent a924aeee91
commit 2304e9dc5b
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
ser.Sync(nameof(kb_state_row), ref kb_state_row);
ser.Sync(nameof(kb_state_col), ref kb_state_col);
ser.Sync(nameof(_vidbuffer), ref _vidbuffer, false);
// probably a better way to do this
if (cart_RAM != null)
{