mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Implement warning diagnostic flags for RGBFIX (#1766)
* Implement warning diagnostic flags for RGBFIX * `-m/--mbc-type help` prints to stdout * Support `-m list` as well as `-m help` * Make invalid `rgbfix -l` characters a fatal error, like other invalid CLI arguments * Refactor fix/main.cpp into multiple files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
warning: MBC "ROM" has no RAM, but RAM size was set to 2
|
||||
warning: Overwrote a non-zero byte in the cartridge type
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
warning: [-Wmbc]
|
||||
MBC "ROM" has no RAM, but RAM size was set to 2
|
||||
warning: [-Woverwrite]
|
||||
Overwrote a non-zero byte in the cartridge type
|
||||
warning: [-Woverwrite]
|
||||
Overwrote a non-zero byte in the RAM size
|
||||
|
||||
Reference in New Issue
Block a user