mirror of https://github.com/stella-emu/stella.git
Comment.
This commit is contained in:
parent
47f528c4d3
commit
bff13fb008
|
@ -930,6 +930,8 @@ bool TIA::toggleCollisions()
|
|||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
bool TIA::enableFixedColors(bool enable)
|
||||
{
|
||||
// This will be called during reset at a point where no frame manager
|
||||
// instance is available, so we guard aginst this here.
|
||||
int layout = 0;
|
||||
if (myFrameManager) layout = myFrameManager->layout() == FrameLayout::pal ? 1 : 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue