libretro: Fix build

This commit is contained in:
Connor McLaughlin 2020-08-06 01:50:02 +10:00
parent 9ee4c0a898
commit 05f0ce6da8

View file

@ -352,7 +352,7 @@ void LibretroHostInterface::OnSystemDestroyed()
m_using_hardware_renderer = false;
}
static std::array<retro_core_option_definition, 27> s_option_definitions = {{
static std::array<retro_core_option_definition, 28> s_option_definitions = {{
{"Console.Region",
"Console Region",
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",