mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
RGBFIX returns 1 if there was a -Werror before processing any files
This commit is contained in:
@@ -76,8 +76,6 @@ enum MbcType {
|
||||
MBC_NONE = UNSPECIFIED, // No MBC specified, do not act on it
|
||||
};
|
||||
|
||||
void mbc_PrintAcceptedNames(FILE *file);
|
||||
|
||||
bool mbc_HasRAM(MbcType type);
|
||||
char const *mbc_Name(MbcType type);
|
||||
MbcType mbc_ParseName(char const *name, uint8_t &tpp1Major, uint8_t &tpp1Minor);
|
||||
|
||||
Reference in New Issue
Block a user