[CHG] Change the definition of GRRLIB_ScrShot. Screenshots could be created on other interfaces than SD card.

This commit is contained in:
Crayon2000 2009-10-16 22:31:32 +00:00
parent 414ccec0f5
commit 4f5fbbf2d4

View file

@ -83,9 +83,9 @@ GRRLIB_texImg* GRRLIB_LoadTextureFromFile(const char *filename) {
}
/**
* Make a PNG screenshot on the SD card.
* Make a PNG screenshot.
* libfat is required to use the function.
* @param filename name of the file to write.
* @param filename Name of the file to write.
* @return bool true=everything worked, false=problems occurred.
*/
bool GRRLIB_ScrShot(const char* filename) {