Skip to content

Commit

Permalink
add delay to GetNumberOfArgumets (#64)
Browse files Browse the repository at this point in the history
Fixes: #63
  • Loading branch information
amir16yp authored Sep 24, 2024
1 parent 13e8d25 commit 925ce74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dotnes.tasks/Utilities/IL2NESWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ static int GetNumberOfArguments(string name)
case nameof(oam_hide_rest):
case nameof(oam_size):
case nameof(pad_poll):
case nameof(delay):
return 1;
case nameof(pal_col):
case nameof(vram_fill):
Expand Down

0 comments on commit 925ce74

Please sign in to comment.