mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Don't need to go through archive.org
This commit is contained in:
parent
11a74979eb
commit
ea9441f40b
|
@ -46,7 +46,7 @@ impl Mixer {
|
|||
}
|
||||
|
||||
// I've picked one frequency that works nicely. But there are others that work nicely
|
||||
// which we may want to consider in the future: https://web.archive.org/web/20070608011909/http://deku.gbadev.org/program/sound1.html
|
||||
// which we may want to consider in the future: http://deku.gbadev.org/program/sound1.html
|
||||
const SOUND_FREQUENCY: i32 = 10512;
|
||||
const SOUND_BUFFER_SIZE: usize = 176;
|
||||
|
||||
|
|
Loading…
Reference in a new issue