mirror of https://github.com/stella-emu/stella.git
libretro: minor cleanup.
This commit is contained in:
parent
3d0b11d20f
commit
af40918d17
|
@ -44,8 +44,6 @@ SoundLIBRETRO::SoundLIBRETRO(OSystem& osystem, AudioSettings& audioSettings)
|
|||
myUnderrun(false),
|
||||
myAudioSettings(audioSettings)
|
||||
{
|
||||
ASSERT_MAIN_THREAD;
|
||||
|
||||
Logger::log("SoundLIBRETRO::SoundLIBRETRO started ...", 2);
|
||||
Logger::log("SoundLIBRETRO::SoundLIBRETRO initialized", 2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue