citra/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
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
video_core Merge pull request #1753 from FernandoS27/ufbtype 2018-11-21 14:15:27 -08:00
web_service
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