mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
Should set RMENU smooth options correctly.
This commit is contained in:
parent
bdabb39eb6
commit
82a3e373c0
@ -1025,11 +1025,11 @@ static bool load_preset(const char *path)
|
||||
switch (i)
|
||||
{
|
||||
case 0:
|
||||
g_settings.video.smooth = fbo_smooth[1];
|
||||
g_settings.video.smooth = fbo_smooth[1] == FILTER_LINEAR;
|
||||
break;
|
||||
|
||||
case 1:
|
||||
g_settings.video.second_pass_smooth = fbo_smooth[2];
|
||||
g_settings.video.second_pass_smooth = fbo_smooth[2] == FILTER_LINEAR;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user