提交 31f57ba4 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1049 from cg2121/pulse-fix

UI: Fix Pulse Audio not loading saved device
......@@ -1338,7 +1338,7 @@ void OBSBasic::OBSInit()
}
/* load audio monitoring */
#if defined(_WIN32) || defined(__APPLE__)
#if defined(_WIN32) || defined(__APPLE__) || HAVE_PULSEAUDIO
const char *device_name = config_get_string(basicConfig, "Audio",
"MonitoringDeviceName");
const char *device_id = config_get_string(basicConfig, "Audio",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册