mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-01 13:14:39 +00:00
15 lines
272 B
C++
15 lines
272 B
C++
#include <mesosphere/processes/KLightClientSession.hpp>
|
|
#include <mesosphere/processes/KLightSession.hpp>
|
|
#include <mesosphere/threading/KScopedCriticalSection.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KLightClientSession::~KLightClientSession()
|
|
{
|
|
parent->Terminate(false);
|
|
}
|
|
|
|
|
|
}
|