[XConfig] Implementation of XConfig
This commit is contained in:
committed by
Radosław Gliński
parent
f88bfbe41e
commit
99ea6da18a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user