mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
library: Add warning about screenshot function
This commit is contained in:
parent
53a382e8ac
commit
36957b04ab
@ -36,6 +36,8 @@ size_t NE_FATFileSize(const char *filename);
|
||||
/// It takes a screenshot of the 3D screen (or both screens if in dual 3D mode)
|
||||
/// and saves it as a BMP file.
|
||||
///
|
||||
/// Warning: This function hasn't been tested with all dual 3D modes.
|
||||
///
|
||||
/// @param filename File to save the screenshot.
|
||||
/// @return Returns 1 on success, 0 on error.
|
||||
int NE_ScreenshotBMP(const char *filename);
|
||||
|
Loading…
Reference in New Issue
Block a user