aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/session.cpp
Commit message (Collapse)AuthorAge
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
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.)