Support expanding RAM to 8MB (dev console)
This commit is contained in:
@ -180,6 +180,9 @@ bool DoState(StateWrapper& sw)
|
||||
sw.Do(&g_state.icache_data);
|
||||
}
|
||||
|
||||
if (sw.IsReading())
|
||||
UpdateFastmemBase();
|
||||
|
||||
return !sw.HasError();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user