mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
(CTR/3DS) start with bilinear filtering set to ON.
This commit is contained in:
parent
591ecae208
commit
9c6ce3b28b
@ -339,6 +339,7 @@ static void* ctr_init(const video_info_t* video,
|
|||||||
|
|
||||||
ctr->keep_aspect = true;
|
ctr->keep_aspect = true;
|
||||||
ctr->should_resize = true;
|
ctr->should_resize = true;
|
||||||
|
ctr->smooth = true;
|
||||||
|
|
||||||
return ctr;
|
return ctr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user