Compare commits

..

No commits in common. "5bd858e1a53467cdc22d91979be2289667d898b5" and "a09e2e86ab6feaf8497240604afc931025c31d5b" have entirely different histories.

View File

@ -68,6 +68,9 @@ namespace AxibugEmuOnline.Client
var screenBuffer = NesCore.ppu.GetScreenPtr();
var lineColorMode = NesCore.ppu.GetLineColorMode();
VideoProvider.SetDrawData(screenBuffer, lineColorMode, 256, 240);
var state= NesCore.GetState();
NesCore.LoadState(state);
}
}