summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/session.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner2015-02-021-0/+13
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.)