added missing "PlusROM support enabled" initialization

This commit is contained in:
thrust26 2024-10-20 09:59:15 +02:00
parent 408e42e328
commit 356e61f0ff
1 changed files with 1 additions and 0 deletions

View File

@ -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;