mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-29 22:57:55 +03:00
a0b9a635ca
This commit mainly fixes the problem with process leakage before where the guest process wouldn't be killed. In addition, it clears up the problem with naming differences with PID/TID where purely PID was used before but that term is generally used to refer to the PGID. So, `KProcess` has a `pid` member but `KThread` has a `tid` member.