mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Apply some Clang-Tidy fixes
This commit is contained in:
parent
c0fbf3091e
commit
93552a5958
34 changed files with 59 additions and 59 deletions
|
@ -86,7 +86,7 @@ void mic_context::load_config_and_init()
|
|||
{
|
||||
auto device_list = fmt::split(g_cfg.audio.microphone_devices, {"@@@"});
|
||||
|
||||
if (device_list.size() && mic_list.empty())
|
||||
if (!device_list.empty() && mic_list.empty())
|
||||
{
|
||||
switch (g_cfg.audio.microphone_type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue