aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/session.cpp
AgeCommit message (Collapse)Author
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)