mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 19:17:50 -05:00
General: Tidy up clang-format warnings part 2
This commit is contained in:
@ -206,7 +206,7 @@ private:
|
||||
AudioCore::StreamPtr stream;
|
||||
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
|
||||
Kernel::EventPair buffer_event;
|
||||
|
Reference in New Issue
Block a user