Browse Source

Add Kernel::EventPair audio_input_device_switch_event;

pull/15/merge
Morph1984 6 years ago
committed by GitHub
parent
commit
84815fa879
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/hle/service/audio/audren_u.cpp

1
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

Loading…
Cancel
Save