mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
ASFGDAFGSHFAHGSJASAS
This commit is contained in:
@ -176,7 +176,7 @@ void CameraManager::init()
|
|||||||
|
|
||||||
if (camDevice)
|
if (camDevice)
|
||||||
{
|
{
|
||||||
const QList<QCameraFormat> supported = camDevice.cameraDevice().videoFormats();
|
const QList<QCameraFormat> supported = camDevice->cameraDevice().videoFormats();
|
||||||
bool good = false;
|
bool good = false;
|
||||||
for (const QCameraFormat& item : supported)
|
for (const QCameraFormat& item : supported)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user