mirror of https://github.com/stella-emu/stella.git
Fix compile error under g++.
This commit is contained in:
parent
5965524ac4
commit
40f472b913
|
@ -154,7 +154,7 @@ Bankswitch::BSList = {{
|
||||||
}};
|
}};
|
||||||
|
|
||||||
#if defined(GUI_SUPPORT)
|
#if defined(GUI_SUPPORT)
|
||||||
constexpr std::array<Bankswitch::SizesType, static_cast<int>(Bankswitch::Type::NumSchemes)>
|
const std::array<Bankswitch::SizesType, static_cast<int>(Bankswitch::Type::NumSchemes)>
|
||||||
Bankswitch::Sizes = {{
|
Bankswitch::Sizes = {{
|
||||||
{ Bankswitch::any_KB, Bankswitch::any_KB }, // _AUTO
|
{ Bankswitch::any_KB, Bankswitch::any_KB }, // _AUTO
|
||||||
{ 8_KB, 8_KB }, // _0840
|
{ 8_KB, 8_KB }, // _0840
|
||||||
|
|
Loading…
Reference in New Issue