mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00

An KHR_debug callback could end up waiting for a mutex on a thread which calls windows system functions. While this is not expressly forbidden by the standards, it does forbid directy calling windows system functions from a KHR_debug callback. Close enough.