mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
USB: Fix incorrect config keys for usb-headset
This commit is contained in:
committed by
Connor McLaughlin
parent
4fc4eb8a66
commit
047b8593ac
@@ -892,8 +892,8 @@ namespace usb_mic
|
||||
{
|
||||
HeadsetState* s = new HeadsetState();
|
||||
|
||||
std::string input_devname(USB::GetConfigString(si, port, TypeName(), "input_device"));
|
||||
std::string output_devname(USB::GetConfigString(si, port, TypeName(), "output_device"));
|
||||
std::string input_devname(USB::GetConfigString(si, port, TypeName(), "input_device_name"));
|
||||
std::string output_devname(USB::GetConfigString(si, port, TypeName(), "output_device_name"));
|
||||
const s32 input_latency = USB::GetConfigInt(si, port, TypeName(), "input_latency", AudioDevice::DEFAULT_LATENCY);
|
||||
const s32 output_latency = USB::GetConfigInt(si, port, TypeName(), "output_latency", AudioDevice::DEFAULT_LATENCY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user