fix warning
This commit is contained in:
parent
4939f48f32
commit
572d826fb1
|
|
@ -907,6 +907,7 @@ static inline uint16_t effective_channel4_counter(GB_gameboy_t *gb)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case GB_MODEL_AGB:
|
case GB_MODEL_AGB:
|
||||||
|
case GB_MODEL_AGB_NATIVE:
|
||||||
/* TODO: AGBs are not affected, but AGSes are. They don't seem to follow a simple
|
/* TODO: AGBs are not affected, but AGSes are. They don't seem to follow a simple
|
||||||
pattern like the other revisions. */
|
pattern like the other revisions. */
|
||||||
/* For the most part, AGS seems to do:
|
/* For the most part, AGS seems to do:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue