had some wrong variable names; heh

This commit is contained in:
16-Bit-Dog
2021-01-27 00:53:37 -05:00
committed by GitHub
parent be0c8b5ac5
commit cfd073ab7b

View File

@@ -205,7 +205,7 @@ ResultCode AudioRenderer::UpdateAudioRenderer(const std::vector<u8>& input_param
ReleaseAndQueueBuffers();
});
QueueAudioBufferFence1.get();
keepThreadReady1.get();
return RESULT_SUCCESS;
}