Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9788 from sepalani/dsp-rate
AudioInterface: Fix AIDFR initialization
  • Loading branch information
leoetlino committed Jun 13, 2021
2 parents 90a994f + eaf8e30 commit 0cc1fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/HW/AudioInterface.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0cc1fc3

Please sign in to comment.