early-access version 1833

This commit is contained in:
pineappleEA
2021-06-28 11:33:07 +02:00
parent c1028867a2
commit 6ad99e4641
13 changed files with 91 additions and 32 deletions

View File

@@ -69,7 +69,7 @@ namespace {
} // namespace
namespace AudioCore {
constexpr s32 NUM_BUFFERS = 4;
constexpr s32 NUM_BUFFERS = 2;
AudioRenderer::AudioRenderer(Core::Timing::CoreTiming& core_timing_, Core::Memory::Memory& memory_,
AudioCommon::AudioRendererParameter params,