yuzu/src/core/hle
Salvage c586ac9be2
Remove the lock entirely as per PR discussion
Correctly unlock mutex before its destruction

As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case

Swap out unique for scoped lock and readd comment
2022-12-09 16:39:59 +01:00
..
kernel Remove the lock entirely as per PR discussion 2022-12-09 16:39:59 +01:00
service Merge pull request #9369 from german77/mifare 2022-12-05 22:17:32 -05:00
api_version.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ipc.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
ipc_helpers.h kernel/svc_types: refresh 2022-11-09 19:05:08 -05:00
result.h core: Update result module 2022-11-14 20:08:47 -06:00