mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-10 07:08:58 +01:00
![◱ PixelyIon](/assets/img/avatar_default.png)
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.