3DSident/include/screenshot.h
Joel b288fd5093 Merge upstream changes
Decided to remove config info, and keep 3DSident (original) minimal and only display cruical information.

GSPLCD header is no longer required now that it's been merged into ctrulib

Screenshots are now in the same format as 3DShell.

All file handling functions use FS:USER
2017-07-15 02:00:34 -04:00

14 lines
193 B
C

#ifndef SCREENSHOT_H
#define SCREENSHOT_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <png.h>
#include <zlib.h>
#include <3ds.h>
void captureScreenshot(void);
#endif