mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 09:34:40 -06:00
add missing push_back
This commit is contained in:
parent
3a88019cb2
commit
9b878f82de
@ -67,6 +67,7 @@ std::vector<CameraManager::DeviceInfo> CameraManager::EnumerateDevices()
|
||||
info.name = fmt::format("{}: {}", deviceNo + 1, name);
|
||||
else
|
||||
info.name = fmt::format("{}: Unknown", deviceNo + 1);
|
||||
infos.push_back(info);
|
||||
}
|
||||
return infos;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user