mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-30 06:02:14 -07:00
The general pattern is to mark mutexes as mutable when it comes to matters of constness, given the mutex acts as a transient member of a data structure.