[Misc] Cleanup in Kernel

This commit is contained in:
Gliniak
2025-05-29 10:15:44 +02:00
committed by Radosław Gliński
parent 50492a951e
commit b864149575
101 changed files with 184 additions and 374 deletions

View File

@@ -34,7 +34,7 @@ namespace xam {
class XamState {
public:
XamState(Emulator* emulator, KernelState* kernel_state);
~XamState();
~XamState() = default;
AppManager* app_manager() const { return app_manager_.get(); }
ContentManager* content_manager() const { return content_manager_.get(); }