mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Increase number of include paths through CLI
Increase number of include paths that can be passed through the command line interface. The previous number, 16, is only good enough for small projects. 128 is still an arbitrary number, but it is harder to reach.
This commit is contained in:
@@ -30,6 +30,6 @@ extern struct sSymbol *pPCSymbol;
|
||||
extern bool oDontExpandStrings;
|
||||
|
||||
#define MAXMACROARGS 256
|
||||
#define MAXINCPATHS 16
|
||||
#define MAXINCPATHS 128
|
||||
|
||||
#endif /* // ASM_H */
|
||||
|
||||
Reference in New Issue
Block a user