mirror of https://github.com/stella-emu/stella.git
added missing "PlusROM support enabled" initialization
This commit is contained in:
parent
408e42e328
commit
356e61f0ff
|
@ -238,6 +238,7 @@ bool PlusROM::initialize(const ByteBuffer& image, size_t size)
|
|||
|
||||
reset();
|
||||
|
||||
myIsEnabled = mySettings.getBool("dev.settings") ? mySettings.getBool("dev.plusroms.on") : true;
|
||||
return myIsPlusROM = CartDetector::isProbablyPlusROM(image, size);
|
||||
#else
|
||||
return myIsPlusROM = false;
|
||||
|
|
Loading…
Reference in New Issue