Skip to content

Commit

Permalink
Add GB_INIT_INVALID_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 authored Nov 20, 2024
1 parent 711eb60 commit c728dd5
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 c728dd5

Please sign in to comment.