Mercurial > repos > blastem
diff blastem.c @ 719:019d27995e32
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 20 May 2015 19:05:11 -0700 |
parents | eaba6789f316 |
children | 20be7d01e312 |
line wrap: on
line diff
--- a/blastem.c Wed May 20 10:35:03 2015 -0700 +++ b/blastem.c Wed May 20 19:05:11 2015 -0700 @@ -1263,7 +1263,7 @@ fps = 50; } if (!headless) { - render_init(width, height, title, fps, fullscreen, use_gl); + render_init(width, height, title, fps, fullscreen); } vdp_context v_context; genesis_context gen;