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