mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
replay buffer: update for Advanced output mode
This commit is contained in:
parent
191cfa08d5
commit
11a641cc0d
@ -452,6 +452,9 @@ bool Utils::ReplayBufferEnabled() {
|
|||||||
if (strcmp(outputMode, "Simple") == 0) {
|
if (strcmp(outputMode, "Simple") == 0) {
|
||||||
return config_get_bool(profile, "SimpleOutput", "RecRB");
|
return config_get_bool(profile, "SimpleOutput", "RecRB");
|
||||||
}
|
}
|
||||||
|
else if (strcmp(outputMode, "Advanced") == 0) {
|
||||||
|
return config_get_bool(profile, "AdvOut", "RecRB");
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user