summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 410d2a9939..d49f128fe4 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -474,6 +474,7 @@ class BaseConfig(object):
474 474
475 if 'gl' not in sys.argv[1:] and 'gl-es' not in sys.argv[1:]: 475 if 'gl' not in sys.argv[1:] and 'gl-es' not in sys.argv[1:]:
476 os.environ['SDL_RENDER_DRIVER'] = 'software' 476 os.environ['SDL_RENDER_DRIVER'] = 'software'
477 os.environ['SDL_FRAMEBUFFER_ACCELERATION'] = 'false'
477 478
478 unknown_arg = "" 479 unknown_arg = ""
479 for arg in sys.argv[1:]: 480 for arg in sys.argv[1:]: