skyline/app/src/main/cpp
◱ PixelyIon a0b9a635ca Fix Killing Guest Processes in KThread::Kill and fix TID/PID naming
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.
2020-04-23 22:26:27 +05:30
..
skyline Fix Killing Guest Processes in KThread::Kill and fix TID/PID naming 2020-04-23 22:26:27 +05:30
main.cpp Add Performance Statistics to EmulationActivity 2020-04-23 22:26:27 +05:30