mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
Merge branch 'main' into camera
This commit is contained in:
commit
7a53a5cac7
153 changed files with 5380 additions and 2445 deletions
|
@ -179,7 +179,7 @@ namespace camera
|
|||
*error = CAMStatus::DeviceInUse;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
if (!initInfo || !initInfo->workMemoryData ||
|
||||
!match_any_of(initInfo->forceDisplay, CAMForceDisplay::None, CAMForceDisplay::DRC) ||
|
||||
!match_any_of(initInfo->fps, CAMFps::_15, CAMFps::_30) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue