There was an error fetching the commit references. Please try again later.
general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities means that we no longer need to hardcode the mutex type into the locks themselves, making it easier to switch mutex types, should it ever be necessary in the future.
Showing
- src/common/detached_tasks.cpp 4 additions, 4 deletionssrc/common/detached_tasks.cpp
- src/common/logging/backend.cpp 3 additions, 3 deletionssrc/common/logging/backend.cpp
- src/common/thread.h 5 additions, 5 deletionssrc/common/thread.h
- src/common/threadsafe_queue.h 2 additions, 2 deletionssrc/common/threadsafe_queue.h
- src/core/core_cpu.cpp 3 additions, 3 deletionssrc/core/core_cpu.cpp
- src/core/frontend/emu_window.cpp 3 additions, 3 deletionssrc/core/frontend/emu_window.cpp
- src/core/hle/kernel/kernel.cpp 1 addition, 1 deletionsrc/core/hle/kernel/kernel.cpp
- src/core/hle/kernel/svc.cpp 1 addition, 1 deletionsrc/core/hle/kernel/svc.cpp
- src/core/hle/service/nfp/nfp.cpp 1 addition, 1 deletionsrc/core/hle/service/nfp/nfp.cpp
- src/core/perf_stats.cpp 5 additions, 5 deletionssrc/core/perf_stats.cpp
- src/input_common/keyboard.cpp 4 additions, 4 deletionssrc/input_common/keyboard.cpp
- src/input_common/motion_emu.cpp 5 additions, 5 deletionssrc/input_common/motion_emu.cpp
- src/input_common/sdl/sdl_impl.cpp 14 additions, 12 deletionssrc/input_common/sdl/sdl_impl.cpp
- src/video_core/debug_utils/debug_utils.cpp 2 additions, 2 deletionssrc/video_core/debug_utils/debug_utils.cpp
- src/video_core/debug_utils/debug_utils.h 2 additions, 2 deletionssrc/video_core/debug_utils/debug_utils.h
- src/video_core/gpu_thread.h 6 additions, 6 deletionssrc/video_core/gpu_thread.h
- src/video_core/rasterizer_cache.h 7 additions, 7 deletionssrc/video_core/rasterizer_cache.h
- src/web_service/web_backend.cpp 2 additions, 2 deletionssrc/web_service/web_backend.cpp
- src/yuzu/applets/profile_select.cpp 1 addition, 1 deletionsrc/yuzu/applets/profile_select.cpp
- src/yuzu/applets/software_keyboard.cpp 2 additions, 2 deletionssrc/yuzu/applets/software_keyboard.cpp
Loading
Please register or sign in to comment