mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
update extension vector capacity (#2210)
This commit is contained in:
parent
c015ac1344
commit
d7c2cb17f3
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ bool Instance::CreateDevice() {
|
||||||
return false;
|
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 add_extension = [&](std::string_view extension) -> bool {
|
||||||
const auto result =
|
const auto result =
|
||||||
std::find_if(available_extensions.begin(), available_extensions.end(),
|
std::find_if(available_extensions.begin(), available_extensions.end(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue