mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Ignore clippy warning while I don't have a first class struct for this
This commit is contained in:
parent
4bd856387c
commit
063fe9796b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ impl Sound {
|
|||
pub fn enable(&self) {
|
||||
MASTER_SOUND_STATUS.set_bits(1, 1, 7);
|
||||
|
||||
#[allow(clippy::unusual_byte_groupings)] // I've split these like this for a reason
|
||||
MASTER_SOUND_VOLUME_ENABLE.set(0b1111_1111_0_111_0_111);
|
||||
MASTER_SOUND_VOLUME_MIXING.set(0b10);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue