mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cellRec: fix pausing and resuming
This commit is contained in:
parent
966def13c5
commit
23316d4e1e
7 changed files with 98 additions and 52 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue