mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cellCamera/cellGem: Fix time stretching setting (#10476)
This commit is contained in:
parent
0531b3d801
commit
aaa20c0ff0
3 changed files with 9 additions and 12 deletions
|
|
@ -417,7 +417,7 @@ public:
|
|||
|
||||
shared_mutex mutex;
|
||||
shared_mutex mutex_notify_data_map;
|
||||
Timer timer;
|
||||
u64 start_timestamp = 0;
|
||||
|
||||
atomic_t<u8> read_mode{CELL_CAMERA_READ_FUNCCALL};
|
||||
atomic_t<bool> is_streaming{false};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue