mirror of https://github.com/yuzu-mirror/yuzu
client_port: Make all data members private
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.pull/8/head
parent
826b1394e8
commit
da2f00ab7d
Loading…
Reference in New Issue