mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-20 07:13:49 -07: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. |
||
|---|---|---|
| .. | ||
| D3D | ||
| D3D12 | ||
| OGL | ||
| Software | ||
| CMakeLists.txt | ||