This commit is contained in:
twinaphex 2016-01-25 01:01:01 +01:00
parent 1edfd798d9
commit 5e8b075c15

View File

@ -26,7 +26,6 @@
#include <stdint.h>
#include <string.h>
#include <retro_file.h>
#include <file/file_path.h>
#include <compat/strl.h>
@ -59,10 +58,8 @@ static bool screenshot_dump(const char *folder, const void *frame,
char filename[PATH_MAX_LENGTH] = {0};
char shotname[256] = {0};
struct scaler_ctx scaler = {0};
RFILE *file = NULL;
uint8_t *out_buffer = NULL;
(void)file;
(void)out_buffer;
(void)scaler;