mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 04:37:09 +08:00
UI: Add checks for overwrite setting to replay buffer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user