From d155f52d99c9851695b5a6a122dc2d672dbd6edb Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 21 Nov 2017 19:17:23 -0700 Subject: [PATCH] Add async flag for SDL --- recipes/sdl/01_orbital.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/sdl/01_orbital.patch b/recipes/sdl/01_orbital.patch index c4636deca..dabe5afa6 100644 --- a/recipes/sdl/01_orbital.patch +++ b/recipes/sdl/01_orbital.patch @@ -16,7 +16,7 @@ diff -rupN sdl/configure.in sdl-redox/configure.in @@ -1646,6 +1646,19 @@ AC_HELP_STRING([--enable-video-dummy], [ fi } - + +dnl Set up the Orbital video driver. +CheckOrbitalVideo() +{ @@ -581,7 +581,7 @@ diff -rupN sdl/src/video/orbital/SDL_orbitalvideo.c sdl-redox/src/video/orbital/ + } + + char path[4096]; -+ snprintf(path, 4096, "orbital:/-1/-1/%d/%d/SDL", width, height); ++ snprintf(path, 4096, "orbital:a/-1/-1/%d/%d/SDL", width, height); + this->hidden->fd = open(path, O_RDONLY); + printf("%s at %d\n", path, this->hidden->fd); + -- GitLab