mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-31 03:45:38 +00:00
libretro: Fix build
This commit is contained in:
parent
9ee4c0a898
commit
05f0ce6da8
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue