summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-20 19:05:11 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-20 19:05:11 -0700
commit863ea0b3f8b8879ac3092f391a68dc95d0d04de2 (patch)
tree51a87b4b49eb235fff95efee88dbed27eaba3878 /blastem.c
parent265a11e776d9708483024f48a9e0eaaf6686d00b (diff)
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Diffstat (limited to 'blastem.c')
-rw-r--r--blastem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blastem.c b/blastem.c
index c11c4a4..60a5fa6 100644
--- a/blastem.c
+++ b/blastem.c
@@ -1263,7 +1263,7 @@ int main(int argc, char ** argv)
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;