From 4f5fbbf2d4fac07414ff109f95d70fe63f156f6f Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Fri, 16 Oct 2009 22:31:32 +0000 Subject: [PATCH] [CHG] Change the definition of GRRLIB_ScrShot. Screenshots could be created on other interfaces than SD card. --- GRRLIB/GRRLIB/GRRLIB_fileIO.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GRRLIB/GRRLIB/GRRLIB_fileIO.c b/GRRLIB/GRRLIB/GRRLIB_fileIO.c index 64b040e..c64e6aa 100644 --- a/GRRLIB/GRRLIB/GRRLIB_fileIO.c +++ b/GRRLIB/GRRLIB/GRRLIB_fileIO.c @@ -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) {