cellRec: fix pausing and resuming

This commit is contained in:
Megamouse 2023-11-22 01:21:05 +01:00
parent 966def13c5
commit 23316d4e1e
7 changed files with 98 additions and 52 deletions

View file

@ -525,7 +525,7 @@ void gs_frame::toggle_recording()
return;
}
video_provider.set_pause_time(0);
video_provider.set_pause_time_us(0);
g_recording_mode = recording_mode::rpcs3;