cellCamera/cellGem: Fix time stretching setting (#10476)

This commit is contained in:
Eladash 2021-06-20 21:25:13 +03:00 committed by GitHub
parent 0531b3d801
commit aaa20c0ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 12 deletions

View file

@ -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};