From e771bdefdd3aa987d6ee9518596c75d92615ddb0 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 19 May 2019 12:02:09 -0230 Subject: [PATCH] libretro: minor cleanup. --- src/libretro/SoundLIBRETRO.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libretro/SoundLIBRETRO.cxx b/src/libretro/SoundLIBRETRO.cxx index f59f3cf8a..4f457a674 100644 --- a/src/libretro/SoundLIBRETRO.cxx +++ b/src/libretro/SoundLIBRETRO.cxx @@ -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); } @@ -57,7 +55,7 @@ SoundLIBRETRO::~SoundLIBRETRO() // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void SoundLIBRETRO::open(shared_ptr audioQueue, - EmulationTiming* emulationTiming) + EmulationTiming* emulationTiming) { myEmulationTiming = emulationTiming;