chore(cartridge): silence warning

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-07-11 23:47:05 -05:00
parent 3b772c7c49
commit 3754325e30
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ impl Mbc1 {
} }
} }
fn mbcm_zero_bank(&self) -> u8 { fn _mbcm_zero_bank(&self) -> u8 {
use BankCount::*; use BankCount::*;
match self.bank_count { match self.bank_count {