Skip to content

Commit

Permalink
Merge pull request #205 from kobenairb/develop
Browse files Browse the repository at this point in the history
Fix Alek's issue
  • Loading branch information
alekmaul committed Apr 24, 2023
2 parents 31887e0 + 9b19a2f commit e3da5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devkitsnes/snes_rules
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export CTF := $(PVSNESLIB_HOME)/devkitsnes/tools/constify
#---------------------------------------------------------------------------------
# Add default flag for compiling
#---------------------------------------------------------------------------------
CFLAGS += -I$(PVSNESLIB_HOME)/pvsneslib/include -I${PVSNESLIB_HOME}/devkitsnes/include -I$(CURDIR)
CFLAGS += -I$(PVSNESLIB_HOME)/pvsneslib/include -I$(PVSNESLIB_HOME)/devkitsnes/include -I$(CURDIR)


SFILES=
Expand Down
2 changes: 1 addition & 1 deletion tools/816-opt/src/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/*!
* @brief Max length of the line.
*/
#define MAXLEN_LINE 1024
#define MAXLEN_LINE 10240

/**
* @struct dynArray
Expand Down

0 comments on commit e3da5b8

Please sign in to comment.