mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform, improve 32x handling for h32 (all supported platforms)
This commit is contained in:
parent
52e4a905c8
commit
1bbe9abf75
4 changed files with 39 additions and 33 deletions
|
@ -350,6 +350,7 @@ void PicoDrawSetOutFormat32x(pdso_t which, int use_32x_line_mode)
|
|||
}
|
||||
// always need upscaling for H32, before mixing in 32X layer
|
||||
PicoIn.opt |= POPT_EN_SOFTSCALE;
|
||||
PicoIn.opt &= ~POPT_DIS_32C_BORDER;
|
||||
|
||||
if (use_32x_line_mode)
|
||||
// we'll draw via FinalizeLine32xRGB555 (rare)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue