mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:15:45 -04: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…
x
Reference in New Issue
Block a user