mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-04-29 14:59:26 -04:00
add missing push_back
This commit is contained in:
parent
3a88019cb2
commit
9b878f82de
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue