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