mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sdl, complete overhaul of hardware/software scaling
This commit is contained in:
parent
6651998e9f
commit
d5d1778252
21 changed files with 1233 additions and 547 deletions
|
@ -1219,7 +1219,7 @@ void emu_cmn_forced_frame(int no_scale, int do_emu, void *buf)
|
|||
memset32((short *)g_screen_ptr + g_screen_ppitch * y, 0,
|
||||
g_screen_width * 2 / 4);
|
||||
|
||||
PicoIn.opt &= ~POPT_ALT_RENDERER;
|
||||
PicoIn.opt &= ~(POPT_ALT_RENDERER|POPT_EN_SOFTSCALE);
|
||||
PicoIn.opt |= POPT_ACC_SPRITES;
|
||||
if (!no_scale && currentConfig.scaling)
|
||||
PicoIn.opt |= POPT_EN_SOFTSCALE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue