From 818a3ef482b96c0a963bb515291944346586f106 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 9 Dec 2016 09:48:48 -0800 Subject: WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well. --- vgmplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vgmplay.c') diff --git a/vgmplay.c b/vgmplay.c index f1b401e..5eae64f 100644 --- a/vgmplay.c +++ b/vgmplay.c @@ -89,7 +89,7 @@ int main(int argc, char ** argv) uint32_t fps = 60; config = load_config(argv[0]); - render_init(320, 240, "vgm play", 60, 0); + render_init(320, 240, "vgm play", 0); uint32_t opts = 0; if (argc >= 3 && !strcmp(argv[2], "-y")) { -- cgit v1.2.3