diff options
| author | 2019-03-30 05:21:58 -0400 | |
|---|---|---|
| committer | 2019-03-30 05:28:43 -0400 | |
| commit | cb805f45aeedb78fa681cd32a33a95374d99a1af (patch) | |
| tree | 5877fa72325a6c0abae70a97ad7a5099e33420f7 /src/common/thread.cpp | |
| parent | Merge pull request #2266 from FernandoS27/arbitration (diff) | |
| download | yuzu-cb805f45aeedb78fa681cd32a33a95374d99a1af.tar.gz yuzu-cb805f45aeedb78fa681cd32a33a95374d99a1af.tar.xz yuzu-cb805f45aeedb78fa681cd32a33a95374d99a1af.zip | |
kernel/scheduler: Use deduction guides on mutex locks
Since C++17, we no longer need to explicitly specify the type of the
mutex within the lock_guard. The type system can now deduce these with
deduction guides.
Diffstat (limited to 'src/common/thread.cpp')
0 files changed, 0 insertions, 0 deletions