Address review comments
This commit is contained in:
parent
45be693f8c
commit
23e969dfdc
5 changed files with 22 additions and 18 deletions
|
@ -183,8 +183,8 @@ System::ResultStatus System::Init(Frontend::EmuWindow& emu_window, u32 system_mo
|
|||
|
||||
timing = std::make_unique<Timing>();
|
||||
|
||||
kernel = std::make_unique<Kernel::KernelSystem>(
|
||||
*memory, *timing, [this] { PrepareReschedule(); }, system_mode);
|
||||
kernel = std::make_unique<Kernel::KernelSystem>(*memory, *timing,
|
||||
[this] { PrepareReschedule(); }, system_mode);
|
||||
|
||||
if (Settings::values.use_cpu_jit) {
|
||||
#ifdef ARCHITECTURE_x86_64
|
||||
|
@ -321,6 +321,7 @@ void System::Shutdown() {
|
|||
VideoCore::Shutdown();
|
||||
HW::Shutdown();
|
||||
telemetry_session.reset();
|
||||
perf_stats.reset();
|
||||
rpc_server.reset();
|
||||
cheat_engine.reset();
|
||||
service_manager.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue