aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorneonloop2023-01-09 18:03:47 +0000
committerneonloop2023-01-09 18:03:47 +0000
commit77698840e8cd8ad0b59d6ac1a30a7ecf418ca470 (patch)
tree0dd52fd717bf92c5a3270fb47e8eb2d3ab3bfe82 /main.h
parent2f41e4b0dc67620b97f727e8ec278d492ded1713 (diff)
downloadpicoarch-77698840e8cd8ad0b59d6ac1a30a7ecf418ca470.tar.gz
picoarch-77698840e8cd8ad0b59d6ac1a30a7ecf418ca470.tar.bz2
picoarch-77698840e8cd8ad0b59d6ac1a30a7ecf418ca470.zip
Uses absolute path for core
Fixes issue with instant play on FunKey S
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 1d47177..f7b4225 100644
--- a/main.h
+++ b/main.h
@@ -5,7 +5,7 @@
#include "options.h"
#include "libretro.h"
-#define MAX_PATH 512
+#define MAX_PATH PATH_MAX
typedef enum {
EACTION_NONE = 0,