mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01: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 a new issue