adding screenshot to savestate files
[drnoksnes] / screenshot.h
index 15da6f6..4304745 100644 (file)
@@ -90,7 +90,7 @@
 #ifndef SCREENSHOT_H
 #define SCREENSHOT_H
 
-void * S9xScreenshot(size_t *size, bool compression);
+void * S9xScreenshot(size_t *size);
 bool S9xSaveScreenshot(const char * file);
 
 #endif