Browse Source
Add Kernel::EventPair audio_input_device_switch_event;
pull/15/merge
Morph1984
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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
|
|
|
|
|