mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 04:11:19 +00:00
Using CreateThread can create issues if any CRT calls are made, as thread-specific data may not be initialized. Additionally, TerminateThread is not a good idea for similar reasons, and may not free CRT resources. |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinQt2 | ||
DolphinWX | ||
InputCommon | ||
UICommon | ||
VideoBackends | ||
VideoCommon | ||
CMakeLists.txt |