mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
More audio device
This commit is contained in:
parent
2d85e79d12
commit
8e89f7f24e
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class LibretroAudioDevice : public AudioDeviceInterface {
|
|||
|
||||
void renderBatch(RenderBatchCallback callback) override {
|
||||
if (running) {
|
||||
static constexpr int frameCount = maxFrameCount;
|
||||
static constexpr int channelCount = 2;
|
||||
static constexpr usize frameCount = maxFrameCount;
|
||||
static constexpr usize channelCount = 2;
|
||||
static s16 audioBuffer[frameCount * channelCount];
|
||||
|
||||
usize samplesWritten = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue