Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # specific to x86
- video_driver = "gl"
- # avoid blinking borders coming sometimes - to use only with sdl2 video driver
- video_black_frame_insertion = false
- video_fullscreen = true
- devient
- # specific to x86
- video_driver = "sdl2"
- # avoid blinking borders coming sometimes - to use only with sdl2 video driver
- video_black_frame_insertion = true
- video_fullscreen = true
Advertisement
Add Comment
Please, Sign In to add comment