sms, improve changing of video mode

This commit is contained in:
kub 2023-12-03 17:46:59 +01:00
parent 6396f46107
commit c180662e07
2 changed files with 16 additions and 13 deletions

View file

@ -1943,7 +1943,7 @@ PICO_INTERNAL void PicoFrameStart(void)
if (est->rendstatus != rendstatus_old || lines != rendlines) {
rendlines = lines;
// mode_change() might reset rendstatus_old by calling SetColorFormat
// mode_change() might reset rendstatus_old by calling SetOutFormat
int rendstatus = est->rendstatus;
emu_video_mode_change(loffs, lines, coffs, columns);
rendstatus_old = rendstatus;