2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/service/fatal
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
..
fatal.cpp kernel/process: Make data member variables private 2018-09-30 02:30:01 -04:00
fatal.h Implemented fatal:u properly (#1347) 2018-09-23 22:34:11 -04:00
fatal_p.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fatal_p.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fatal_u.cpp Implemented fatal:u properly (#1347) 2018-09-23 22:34:11 -04:00
fatal_u.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00