mirror of https://github.com/stella-emu/stella.git
Mute audio while autodetection runs.
This commit is contained in:
parent
37ebd83534
commit
1c10f55bb0
|
@ -117,6 +117,9 @@ Console::Console(OSystem& osystem, unique_ptr<Cartridge>& cart,
|
|||
const string& md5 = myProperties.get(Cartridge_MD5);
|
||||
setControllers(md5);
|
||||
|
||||
// Mute audio while autodetection runs
|
||||
myOSystem.sound().mute(1);
|
||||
|
||||
if(myDisplayFormat == "AUTO" || myOSystem.settings().getBool("rominfo"))
|
||||
{
|
||||
autodetectFrameLayout();
|
||||
|
|
Loading…
Reference in New Issue