Skip to content

Commit

Permalink
SDL_video: try to bootstrap KMSDRM before RPI video driver
Browse files Browse the repository at this point in the history
Allow better coexistence between RPI's vendor libraries and VC4 mesa driver.
  • Loading branch information
psyke83 committed Nov 4, 2017
1 parent 7abef33 commit 547448d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/video/SDL_video.c
Expand Up @@ -97,12 +97,12 @@ static VideoBootStrap *bootstrap[] = {
#if SDL_VIDEO_DRIVER_PSP
&PSP_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_RPI
&RPI_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_KMSDRM
&KMSDRM_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_RPI
&RPI_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_NACL
&NACL_bootstrap,
#endif
Expand Down

0 comments on commit 547448d

Please sign in to comment.