Always resize screen, even on large screen devices

This commit is contained in:
pelya
2010-07-06 11:58:09 +03:00
parent 1b140cd3f5
commit 45085c8641

View File

@@ -21,6 +21,6 @@ SDL_TRACKBALL_KEYUP_DELAY := 1
# If the application designed for higher screen resolution enable this to get the screen
# resized in HW-accelerated way, however it eats a tiny bit of CPU
SDL_VIDEO_RENDER_RESIZE := 1
SDL_VIDEO_RENDER_RESIZE := 2
include $(call all-subdir-makefiles)