mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Merge pull request #2112 from aliaspider/master
(CTR/3DS) start with bilinear filtering set to ON.
This commit is contained in:
commit
599fc0716e
@ -339,6 +339,7 @@ static void* ctr_init(const video_info_t* video,
|
||||
|
||||
ctr->keep_aspect = true;
|
||||
ctr->should_resize = true;
|
||||
ctr->smooth = true;
|
||||
|
||||
return ctr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user