mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Fix the example after rebase
This commit is contained in:
parent
3f3b34c250
commit
333797332e
|
@ -27,9 +27,13 @@ pub fn main() -> ! {
|
|||
sound::dmg::DutyCycle::Half,
|
||||
);
|
||||
|
||||
gba.sound
|
||||
.noise()
|
||||
.play_sound(Some(0), &sound::EnvelopeSettings::default(), 4, false, 1);
|
||||
gba.sound.noise().play_sound(
|
||||
Some(0),
|
||||
&sound::dmg::EnvelopeSettings::default(),
|
||||
4,
|
||||
false,
|
||||
1,
|
||||
);
|
||||
|
||||
loop {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue