mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sms, fix menu background scaling and position
This commit is contained in:
parent
05d2acaeb2
commit
a5aae2c39f
2 changed files with 6 additions and 3 deletions
|
@ -1944,9 +1944,9 @@ PICO_INTERNAL void PicoFrameStart(void)
|
|||
if (est->rendstatus != rendstatus_old || lines != rendlines) {
|
||||
rendlines = lines;
|
||||
// mode_change() might reset rendstatus_old by calling SetColorFormat
|
||||
int rendstatus = est->rendstatus;
|
||||
emu_video_mode_change(loffs, lines, coffs, columns);
|
||||
rendstatus_old = est->rendstatus & (PDRAW_BORDER_32|PDRAW_INTERLACE|
|
||||
PDRAW_32X_SCALE|PDRAW_SOFTSCALE|PDRAW_32_COLS|PDRAW_30_ROWS);
|
||||
rendstatus_old = rendstatus;
|
||||
// mode_change() might clear buffers, redraw needed
|
||||
est->rendstatus |= PDRAW_SYNC_NEEDED;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue