Increase size of NF_ROOTFOLDER

This commit is contained in:
Antonio Niño Díaz 2023-04-28 01:40:33 +01:00
parent e1ed5b15ef
commit c693abda87
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ extern "C" {
#include <nds.h>
/// Root folder used by NFLib
extern char NF_ROOTFOLDER[32];
extern char NF_ROOTFOLDER[64];
/// Stops program execution and shows the error on the screen.
///

View File

@ -26,7 +26,7 @@
// Define la variable global NF_ROOTFOLDER
char NF_ROOTFOLDER[32];
char NF_ROOTFOLDER[64];