diff options
author | twinaphex | 2016-09-07 05:17:38 +0200 |
---|---|---|
committer | twinaphex | 2016-09-07 05:17:38 +0200 |
commit | 2044c6c30f918a9987581c9e316940e88784b20e (patch) | |
tree | a5e036acfca79cada7ef700a8b82a1f449b429ec /source | |
parent | 76b73ffc0973061695004010bc3323400832b3d7 (diff) | |
download | snes9x2005-2044c6c30f918a9987581c9e316940e88784b20e.tar.gz snes9x2005-2044c6c30f918a9987581c9e316940e88784b20e.tar.bz2 snes9x2005-2044c6c30f918a9987581c9e316940e88784b20e.zip |
Add Emscripten target
Diffstat (limited to 'source')
-rw-r--r-- | source/gfx.c | 1 |
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]; |