1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 1d555fdd25 common/thread: Remove unused CurrentThreadId()
This is an old function that's no longer necessary. C++11 introduced
proper threading support to the language and a thread ID can be
retrieved via std::this_thread::get_id() if it's ever needed.
2018-11-21 21:37:11 -05:00
..
audio_core audio_core/audio_renderer: Fix typo in AuxInfo member name 2018-11-13 13:32:13 -05:00
common common/thread: Remove unused CurrentThreadId() 2018-11-21 21:37:11 -05:00
core Merge pull request #1742 from lioncash/hle-swkbd 2018-11-21 11:43:43 -08:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #1753 from FernandoS27/ufbtype 2018-11-21 14:15:27 -08:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Merge pull request #1667 from DarkLordZach/swkbd 2018-11-20 08:24:11 -08:00
yuzu_cmd configure_input_player: Set minimum width on controls 2018-11-18 23:22:36 -05:00
.clang-format
CMakeLists.txt