aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authortwinaphex2016-09-07 05:17:38 +0200
committertwinaphex2016-09-07 05:17:38 +0200
commit2044c6c30f918a9987581c9e316940e88784b20e (patch)
treea5e036acfca79cada7ef700a8b82a1f449b429ec /source
parent76b73ffc0973061695004010bc3323400832b3d7 (diff)
downloadsnes9x2005-2044c6c30f918a9987581c9e316940e88784b20e.tar.gz
snes9x2005-2044c6c30f918a9987581c9e316940e88784b20e.tar.bz2
snes9x2005-2044c6c30f918a9987581c9e316940e88784b20e.zip
Add Emscripten target
Diffstat (limited to 'source')
-rw-r--r--source/gfx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gfx.c b/source/gfx.c
index a0880e6..437ea97 100644
--- a/source/gfx.c
+++ b/source/gfx.c
@@ -100,7 +100,6 @@
#define M7 19
#define M8 19
-void output_png();
void ComputeClipWindows();
extern uint8_t BitShifts[8][4];