mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-21 08:48:42 +00:00
Merge pull request #9788 from sepalani/dsp-rate
AudioInterface: Fix AIDFR initialization
This commit is contained in:
commit
0cc1fc37b5
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ void Init()
|
|||
{
|
||||
s_control.hex = 0;
|
||||
s_control.AISFR = AIS_48KHz;
|
||||
s_control.AIDFR = AID_32KHz;
|
||||
s_volume.hex = 0;
|
||||
s_sample_counter = 0;
|
||||
s_interrupt_timing = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue