mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
Qt: log microphone list
This commit is contained in:
parent
d0d136ede5
commit
cb539579b5
@ -30,6 +30,7 @@ void microphone_creator::refresh_list()
|
||||
{
|
||||
while (*devices != 0)
|
||||
{
|
||||
cfg_log.notice("Found microphone: %s", devices);
|
||||
m_microphone_list.append(devices);
|
||||
devices += strlen(devices) + 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user