Skip to content

Commit

Permalink
add missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Dec 2, 2024
1 parent afc9d46 commit 7c19eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm9/source/lua/gm9lua.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define RECURSIVE (1UL<<11)
#define TO_EMUNAND (1UL<<12)
#define LEGIT (1UL<<13)
#define FIND_FIRST (1UL<<14)

#define FLAGS_STR "no_cancel", "silent", "calc_sha", "sha1", "skip", "overwrite_all", "append_all", "all", "recursive", "to_emunand", "legit", "first"
#define FLAGS_CONSTS NO_CANCEL, SILENT, CALC_SHA, USE_SHA1, SKIP_ALL, OVERWRITE_ALL, APPEND_ALL, ASK_ALL, RECURSIVE, TO_EMUNAND, LEGIT, FIND_FIRST
Expand Down

0 comments on commit 7c19eec

Please sign in to comment.