aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/sys_rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/sys_rules.h')
-rw-r--r--src/gfile/sys_rules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gfile/sys_rules.h b/src/gfile/sys_rules.h
index 8d07144d..d13041f2 100644
--- a/src/gfile/sys_rules.h
+++ b/src/gfile/sys_rules.h
@@ -17,6 +17,9 @@
#define _GFILE_RULES_H
#if GFX_USE_GFILE
+ #if GFILE_NEED_PETITFS && GFILE_NEED_FATFS
+ #error "GFILE: Both GFILE_NEED_PETITFS and GFILE_NEED_FATFS cannot both be turned on at the same time."
+ #endif
#endif
#endif /* _GFILE_RULES_H */