diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-04-23 00:54:33 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-04-23 00:54:33 -0700 |
commit | 8d362430c6785dcc4b9ed3a7a97acba8ebb15950 (patch) | |
tree | 5fb1ca070d9a40b7b27579a3f88ff6efba8714d4 /default.cfg | |
parent | 49ce0f5effa4bcaf8393cc680840e43bf9b76366 (diff) |
Add config file option to disable Open GL rendering
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index a4ff972..8074b57 100644 --- a/default.cfg +++ b/default.cfg @@ -138,6 +138,10 @@ video { scanlines off vsync off fullscreen off + #setting gl to off, will force use of the SDL2 fallback renderer + #this is useful for those running on machines with Open GL 2.0 unavailable + #so the warning doesn't display on startup + gl on ntsc { overscan { #these values will result in square pixels in H40 mode |