[XConfig] Implementation of XConfig

This commit is contained in:
Gliniak
2026-05-17 21:30:10 +02:00
committed by Radosław Gliński
parent f88bfbe41e
commit 99ea6da18a
31 changed files with 2020 additions and 846 deletions

View File

@@ -64,6 +64,8 @@ KernelState::KernelState(Emulator* emulator)
file_system_ = emulator->file_system();
xam_state_ = std::make_unique<xam::XamState>(emulator, this);
smc_ = std::make_unique<SystemManagementController>();
xconfig_ =
std::make_unique<XConfig>(emulator->storage_root() / "xconfig.settings");
InitializeKernelGuestGlobals();
kernel_version_ = KernelVersion(cvars::kernel_build_version);