This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/core/hle/service/ns
Lioncash cf9d6c6f52 kernel/process: Make data member variables private
Makes the public interface consistent in terms of how accesses are done
on a process object. It also makes it slightly nicer to reason about the
logic of the process class, as we don't want to expose everything to
external code.
2018-09-30 02:30:01 -04:00
..
ns.cpp service/ns: Add missing ns services 2018-08-01 18:02:18 -04:00
ns.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
pl_u.cpp kernel/process: Make data member variables private 2018-09-30 02:30:01 -04:00
pl_u.h pl_u: Eliminate mutable file-scope state 2018-09-11 21:24:19 -04:00