mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 16:17:52 -05:00
These members don't need to be entirely exposed, we can instead expose an API to operate on them without directly needing to mutate them We can also guard against overflow/API misuse this way as well, given active_sessions is an unsigned value.