rockaddicted

atom_sdl2

Oct 15th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # specific to x86
  2. video_driver = "gl"
  3. # avoid blinking borders coming sometimes - to use only with sdl2 video driver
  4. video_black_frame_insertion = false
  5. video_fullscreen = true
  6.  
  7. devient
  8.  
  9. # specific to x86
  10. video_driver = "sdl2"
  11. # avoid blinking borders coming sometimes - to use only with sdl2 video driver
  12. video_black_frame_insertion = true
  13. video_fullscreen = true
Advertisement
Add Comment
Please, Sign In to add comment