Pārlūkot izejas kodu

Add Kernel::EventPair audio_input_device_switch_event;

Morph1984 7 gadi atpakaļ
vecāks
revīzija
84815fa879
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/core/hle/service/audio/audren_u.cpp

+ 1 - 0
src/core/hle/service/audio/audren_u.cpp

@@ -302,6 +302,7 @@ private:
 
     u32_le revision = 0;
     Kernel::EventPair buffer_event;
+    Kernel::EventPair audio_input_device_switch_event;
     Kernel::EventPair audio_output_device_switch_event;
 
 }; // namespace Audio