mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-13 20:51:56 -08:00
d767be65be
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.