diff render_sdl.c @ 1583:430dd12e4010

Refactor to split device bindings from IO emulation code
author Michael Pavone <pavone@retrodev.com>
date Sat, 05 May 2018 23:30:40 -0700
parents ea7d5ced2415
children 348814d5b73f
line wrap: on
line diff
--- a/render_sdl.c	Wed May 02 09:41:05 2018 -0700
+++ b/render_sdl.c	Sat May 05 23:30:40 2018 -0700
@@ -11,7 +11,7 @@
 #include "render_sdl.h"
 #include "blastem.h"
 #include "genesis.h"
-#include "io.h"
+#include "bindings.h"
 #include "util.h"
 #include "ppm.h"
 #include "png.h"