libretro: Fix build
This commit is contained in:
parent
9ee4c0a898
commit
05f0ce6da8
|
@ -352,7 +352,7 @@ void LibretroHostInterface::OnSystemDestroyed()
|
||||||
m_using_hardware_renderer = false;
|
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",
|
||||||
"Console Region",
|
"Console Region",
|
||||||
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",
|
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",
|
||||||
|
|
Loading…
Reference in New Issue