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