mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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…
Reference in New Issue
Block a user