comparison 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
comparison
equal deleted inserted replaced
1582:a74db49fa6b1 1583:430dd12e4010
9 #include <math.h> 9 #include <math.h>
10 #include "render.h" 10 #include "render.h"
11 #include "render_sdl.h" 11 #include "render_sdl.h"
12 #include "blastem.h" 12 #include "blastem.h"
13 #include "genesis.h" 13 #include "genesis.h"
14 #include "io.h" 14 #include "bindings.h"
15 #include "util.h" 15 #include "util.h"
16 #include "ppm.h" 16 #include "ppm.h"
17 #include "png.h" 17 #include "png.h"
18 #include "config.h" 18 #include "config.h"
19 19