• M
    Only shutdown video subsytem in sdl_cleanup · d8ee7665
    malc 提交于
    Depending on the order in which atexit handlers are called SDL might
    try to join on an audio thread without said thread ever being notified
    that it must stop, hence QEMU will forever block in pthread_join call.
    Signed-off-by: Nmalc <av1474@comtv.ru>
    d8ee7665
sdl.c 24.9 KB