diff --git a/app/src/main/cpp/skyline/audio.cpp b/app/src/main/cpp/skyline/audio.cpp index 6b1ab0de..9635f6d9 100644 --- a/app/src/main/cpp/skyline/audio.cpp +++ b/app/src/main/cpp/skyline/audio.cpp @@ -8,7 +8,6 @@ namespace skyline::audio { builder.setChannelCount(constant::StereoChannelCount); builder.setSampleRate(constant::SampleRate); builder.setFormat(constant::PcmFormat); - builder.setFramesPerCallback(constant::MixBufferSize); builder.setUsage(oboe::Usage::Game); builder.setCallback(this); builder.setSharingMode(oboe::SharingMode::Exclusive);