O2Hawk: add vidbuffer back to state, it's needed
This commit is contained in:
parent
a924aeee91
commit
2304e9dc5b
|
@ -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_row), ref kb_state_row);
|
||||||
ser.Sync(nameof(kb_state_col), ref kb_state_col);
|
ser.Sync(nameof(kb_state_col), ref kb_state_col);
|
||||||
|
|
||||||
|
ser.Sync(nameof(_vidbuffer), ref _vidbuffer, false);
|
||||||
|
|
||||||
// probably a better way to do this
|
// probably a better way to do this
|
||||||
if (cart_RAM != null)
|
if (cart_RAM != null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue