Line 18:
Line 18:
== SDHC Support ==
== SDHC Support ==
−
Is there any way to add SDHC support to this program? If I run on it on an SDHC card, the program crashes. I took look at the source and in the makefile there is a line saying USE_FAT = TRUE, so I'm guessing that for some reason, it is restricted to a standard SD Card. I would try to compile it, but the source code is missing some .h files
+
Is there any way to add SDHC support to this program? If I run on it on an SDHC card, the program crashes. I took look at the source and in the makefile there is a line saying USE_FAT = TRUE, so I'm guessing that for some reason, it is restricted to a standard SD Card. I would try to compile it, but the source code is missing the following .h files: "main_bg_png.h", "button_minus_png.h", "button_plus_png.h", "button_one_png.h", "button_a_png.h", "button_home_png.h"
−
<nowiki>#include "main_bg_png.h"
−
#include "button_minus_png.h"
−
#include "button_plus_png.h"
−
#include "button_one_png.h"
−
#include "button_a_png.h"
−
#include "button_home_png.h"</nowiki>