• Christian Kröner's avatar
    Get rid of GCD on macOS which breaks debug builds · 79535212
    Christian Kröner authored
    With Grand Central Dispatch used in Main.cxx, debug builds on macOS
    crash as the IsInside() assertion gets triggered in the event loop. As
    a simple fix, usage of GCD is removed. Plugging and unplugging
    headphones or changes of the default output device was tested without
    issues. Whatever the original commit tried to fix by GCD probably does
    not need fixing anymore.
    79535212
Main.cxx 15.4 KB