mirror of https://github.com/stella-emu/stella.git
fixed build without IMAGE_SUPPORT
This commit is contained in:
parent
236322c2cb
commit
a8c75b5c5a
|
@ -130,6 +130,8 @@ bool Bezel::load()
|
|||
}
|
||||
catch(const runtime_error&) { }
|
||||
}
|
||||
#else
|
||||
const bool show = false;
|
||||
#endif
|
||||
if(isValid)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue