mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add more tests for RGBASM coverage
This commit is contained in:
@@ -632,7 +632,8 @@ static void verboseOutputConfig() {
|
||||
fputs("\t]\n", stderr);
|
||||
}
|
||||
// -L/--slice
|
||||
if (options.inputSlice.specified()) {
|
||||
if (options.inputSlice.width || options.inputSlice.height || options.inputSlice.left
|
||||
|| options.inputSlice.top) {
|
||||
fprintf(
|
||||
stderr,
|
||||
"\tInput image slice: %" PRIu16 "x%" PRIu16 " pixels starting at (%" PRIu16 ", %" PRIu16
|
||||
|
||||
Reference in New Issue
Block a user