mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-11 08:04:57 +00:00
audio/audout_u: Change formatting for old clang-format versions
This commit is contained in:
parent
e1afeec76d
commit
25ee892d5e
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ private:
|
||||||
AudioCore::StreamPtr stream;
|
AudioCore::StreamPtr stream;
|
||||||
std::string device_name;
|
std::string device_name;
|
||||||
|
|
||||||
[[maybe_unused]] AudoutParams audio_params{};
|
[[maybe_unused]] AudoutParams audio_params {};
|
||||||
|
|
||||||
/// This is the event handle used to check if the audio buffer was released
|
/// This is the event handle used to check if the audio buffer was released
|
||||||
Kernel::EventPair buffer_event;
|
Kernel::EventPair buffer_event;
|
||||||
|
|
Loading…
Reference in a new issue