png screenshot support
[drnoksnes] / screenshot.h
index ce44e42..15da6f6 100644 (file)
@@ -90,7 +90,8 @@
 #ifndef SCREENSHOT_H
 #define SCREENSHOT_H
 
-bool8 S9xDoScreenshot(int width, int height);
+void * S9xScreenshot(size_t *size, bool compression);
+bool S9xSaveScreenshot(const char * file);
 
 #endif