UI: Add checks for overwrite setting to replay buffer

This commit is contained in:
Mike
2021-12-17 06:49:44 -08:00
committed by Jim
parent 1883b774e8
commit 02f3495b72
3 changed files with 66 additions and 48 deletions
+2
View File
@@ -7204,6 +7204,8 @@ void OBSBasic::ReplayBufferSave()
if (!outputHandler->ReplayBufferActive())
return;
outputHandler->ConfigureReplayBuffer();
calldata_t cd = {0};
proc_handler_t *ph =
obs_output_get_proc_handler(outputHandler->replayBuffer);