mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
fix some default...
This commit is contained in:
parent
28ae93ed23
commit
a329845be5
@ -61,7 +61,7 @@ static const unsigned fullscreen_y = 720;
|
||||
static const bool vsync = true;
|
||||
|
||||
// Smooths picture
|
||||
static const bool video_smooth = false;
|
||||
static const bool video_smooth = true;
|
||||
|
||||
// Path to custom Cg shader. If using custom shaders, it is recommended to disable video_smooth.
|
||||
#ifdef HAVE_CG
|
||||
|
Loading…
x
Reference in New Issue
Block a user