mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 11:29:36 +00:00
Show conventional colored "error:"/"FATAL:" for CLI option errors
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ static void initLogo() {
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
cli_ParseArgs(argc, argv, optstring, longopts, parseArg, fatal);
|
||||
cli_ParseArgs(argc, argv, optstring, longopts, parseArg, usage);
|
||||
|
||||
if ((options.cartridgeType & 0xFF00) == TPP1 && !options.japanese) {
|
||||
warning(
|
||||
|
||||
Reference in New Issue
Block a user