1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-02 02:52:11 +01:00
Jacek Caban 6d16bb4c87 Don't use std::thread.
Wine needs to setup each thread that has an access to Windows APIs. It means that in winelib builds, we can't let standard C++ library create threads and need to use Wine for that instead. I wrote a thin wrapper around Windows thread functions so that the rest of code just has to use new dxvk::thread class instead of std::thread.
2018-07-19 08:55:34 +02:00
..
2018-04-02 19:05:20 +02:00
2018-07-19 08:55:34 +02:00
2018-07-19 08:55:34 +02:00
2018-07-19 08:55:34 +02:00
2018-07-19 08:55:34 +02:00
2017-10-10 23:32:13 +02:00
2018-05-09 20:37:49 +02:00