(GX) platform_gx - Take out unused MAKE_FILE macro

This commit is contained in:
twinaphex 2013-10-07 12:53:11 +02:00
parent df3874deaf
commit 83c89e4c92

View File

@ -47,19 +47,6 @@
#include <sdcard/gcsd.h>
#include <fat.h>
#define MAKE_FILE(x) {\
if (!path_file_exists((x)))\
{\
RARCH_WARN("File \"%s\" does not exists, creating\n", (x));\
FILE *f = fopen((x), "wb");\
if (!f)\
{\
RARCH_ERR("Could not create file \"%s\"\n", (x));\
}\
fclose(f);\
}\
}
#ifdef IS_SALAMANDER
static void find_and_set_first_file(void)