Skip to content

Commit

Permalink
Merge pull request #115 from ccawley2011/patch-2
Browse files Browse the repository at this point in the history
Add GB_INIT_INVALID_MAX
  • Loading branch information
deltabeard authored Nov 20, 2024
2 parents 711eb60 + c728dd5 commit 6d58cb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion peanut_gb.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,9 @@ enum gb_init_error_e
{
GB_INIT_NO_ERROR = 0,
GB_INIT_CARTRIDGE_UNSUPPORTED,
GB_INIT_INVALID_CHECKSUM
GB_INIT_INVALID_CHECKSUM,

GB_INIT_INVALID_MAX
};

/**
Expand Down

0 comments on commit 6d58cb4

Please sign in to comment.