Skip to content

Commit

Permalink
[rbp] Enable Vsync as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Mar 7, 2013
1 parent cc985c8 commit 249cccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/Settings.h
Expand Up @@ -36,7 +36,7 @@
#ifdef MID
#define DEFAULT_VSYNC VSYNC_DISABLED
#else // MID
#if defined(TARGET_DARWIN) || defined(_WIN32)
#if defined(TARGET_DARWIN) || defined(_WIN32) || defined(TARGET_RASPBERRY_PI)
#define DEFAULT_VSYNC VSYNC_ALWAYS
#else
#define DEFAULT_VSYNC VSYNC_DRIVER
Expand Down

0 comments on commit 249cccc

Please sign in to comment.