mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Qt: log microphone list
This commit is contained in:
parent
d0d136ede5
commit
cb539579b5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue