mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sms, improve changing of video mode
This commit is contained in:
parent
6396f46107
commit
c180662e07
2 changed files with 16 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue