mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Change the definition of GRRLIB_ScrShot. Screenshots could be created on other interfaces than SD card.
This commit is contained in:
parent
414ccec0f5
commit
4f5fbbf2d4
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue