(svn r23775) -Change: Hide the PCX screenshot format from the options window, if a 32bpp blitter is used.

This commit is contained in:
frosch
2012-01-08 16:58:10 +00:00
parent ed46420ca0
commit 45df862fb0
3 changed files with 17 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
void InitializeScreenshotFormats();
const char *GetScreenshotFormatDesc(int i);
bool GetScreenshotFormatSupports_32bpp(int i);
void SetScreenshotFormat(uint i);
const char *GetCurrentScreenshotExtension();