mirror of
https://github.com/libretro/stella2023.git
synced 2024-11-27 10:50:38 +00:00
fixed TV type autodetection failing when randomizing TIA
This commit is contained in:
parent
051d21bebb
commit
79eb8656f6
@ -199,7 +199,7 @@ void TIA::reset()
|
||||
// from the constructor
|
||||
initialize();
|
||||
|
||||
if(myRandomize)
|
||||
if(myRandomize && !mySystem->autodetectMode())
|
||||
{
|
||||
for(uInt32 i = 0; i < 0x10000; ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user