aboutsummaryrefslogtreecommitdiff
path: root/frontend/common/readpng.h
diff options
context:
space:
mode:
authornotaz2011-03-12 22:09:04 +0200
committernotaz2011-03-14 00:59:31 +0200
commit29a8c4f3e7fee7678e4b18de1748b9c4255dcef2 (patch)
tree933c42d696ae5f7ff3c6f0cf5c32aae71017d4c9 /frontend/common/readpng.h
parent9411ba241f8f6ea0926a76c13a3329a95856b420 (diff)
downloadpcsx_rearmed-29a8c4f3e7fee7678e4b18de1748b9c4255dcef2.tar.gz
pcsx_rearmed-29a8c4f3e7fee7678e4b18de1748b9c4255dcef2.tar.bz2
pcsx_rearmed-29a8c4f3e7fee7678e4b18de1748b9c4255dcef2.zip
frontend: add screenshot functionality
Diffstat (limited to 'frontend/common/readpng.h')
-rw-r--r--frontend/common/readpng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/common/readpng.h b/frontend/common/readpng.h
index ce5d635..924b341 100644
--- a/frontend/common/readpng.h
+++ b/frontend/common/readpng.h
@@ -12,6 +12,7 @@ extern "C" {
#endif
int readpng(void *dest, const char *fname, readpng_what what, int w, int h);
+int writepng(const char *fname, unsigned short *src, int w, int h);
#ifdef __cplusplus
}