dolphin/Source
Lioncash ab2adfb0a7 Common/HttpRequest: Simplify cURL initialization
std::call_once is guaranteed to execute the given callable object
exactly once. This guarantee holds even if the function is called
concurrently from several threads.

Given that, we can replace the mutex and boolean flag with
std::call_once and a std::once_flag to perform the same behavior.
2019-05-27 09:46:57 -04:00
..
Android Merge pull request #7801 from GerbilSoft/feature/Discord-PPCTitleChanged 2019-05-24 14:30:52 +02:00
Core Common/HttpRequest: Simplify cURL initialization 2019-05-27 09:46:57 -04:00
DSPSpy
DSPTool Update Discord rich presence when the title changes 2019-05-24 14:12:48 +02:00
PCH CMake/Windows: Add PCH support 2019-05-15 19:28:04 +02:00
UnitTests Update Discord rich presence when the title changes 2019-05-24 14:12:48 +02:00
VSProps Added FreeSurround to Externals 2019-02-13 22:52:39 -02:00
.clang-format clang-format: revert 'AfterCaseLabel' setting 2019-05-23 00:42:42 -04:00
CMakeLists.txt CMake/Windows: Add PCH support 2019-05-15 19:28:04 +02:00
dolphin-emu.sln Move Updater to WinUpdater 2019-04-10 10:46:49 +02:00