mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 22:27:25 +00:00
Merge branch 'master' of https://github.com/benvanik/xenia
Conflicts: src/xenia/apu/xaudio2/xaudio2_audio_system.cc
This commit is contained in:
commit
c1b71ce1db
1 changed files with 4 additions and 0 deletions
|
|
@ -88,7 +88,11 @@ void XAudio2AudioSystem::Initialize() {
|
|||
config.LogFileline = TRUE;
|
||||
audio_->SetDebugConfiguration(&config);
|
||||
|
||||
<<<<<<< HEAD
|
||||
hr = audio_->CreateMasteringVoice(&mastering_voice_, active_channels_, 48000);
|
||||
=======
|
||||
hr = audio_->CreateMasteringVoice(&mastering_voice_, 6, 48000);
|
||||
>>>>>>> 6f09c12bc280b70e852867ba182dde6fef652f54
|
||||
if (FAILED(hr)) {
|
||||
XELOGE("CreateMasteringVoice failed with %.8X", hr);
|
||||
XEASSERTALWAYS();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue