mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
linux+psp, improve sw upscaling
This commit is contained in:
parent
6890dcfafc
commit
44e4bf2b0f
2 changed files with 12 additions and 8 deletions
|
@ -104,7 +104,7 @@ static void change_renderer(int diff)
|
|||
|
||||
static void apply_renderer(void)
|
||||
{
|
||||
PicoIn.opt &= ~POPT_ALT_RENDERER;
|
||||
PicoIn.opt &= ~(POPT_ALT_RENDERER|POPT_EN_SOFTSCALE);
|
||||
|
||||
switch (get_renderer()) {
|
||||
case RT_16BIT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue