mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-28 01:08:24 +00:00
update extension vector capacity (#2210)
This commit is contained in:
parent
c015ac1344
commit
d7c2cb17f3
|
@ -232,7 +232,7 @@ bool Instance::CreateDevice() {
|
|||
return false;
|
||||
}
|
||||
|
||||
boost::container::static_vector<const char*, 25> enabled_extensions;
|
||||
boost::container::static_vector<const char*, 32> enabled_extensions;
|
||||
const auto add_extension = [&](std::string_view extension) -> bool {
|
||||
const auto result =
|
||||
std::find_if(available_extensions.begin(), available_extensions.end(),
|
||||
|
|
Loading…
Reference in a new issue