mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 16:55:32 -04:00
Increase size of NF_ROOTFOLDER
This commit is contained in:
parent
e1ed5b15ef
commit
c693abda87
@ -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.
|
||||
///
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
// Define la variable global NF_ROOTFOLDER
|
||||
char NF_ROOTFOLDER[32];
|
||||
char NF_ROOTFOLDER[64];
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user