diff options
-rw-r--r-- | src/rototiller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rototiller.c b/src/rototiller.c index d09438e..5d7bb0d 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -29,7 +29,7 @@ * just two pages we end up twiddling thumbs until the vsync arrives. */ #define DEFAULT_MODULE "roto32" -#define DEFAULT_VIDEO "drm" +#define DEFAULT_VIDEO "sdl" extern fb_ops_t drm_fb_ops; extern fb_ops_t sdl_fb_ops; |