diff --git a/src/core/hle/kernel/board/nintendo/nx/k_system_control.cpp b/src/core/hle/kernel/board/nintendo/nx/k_system_control.cpp index 9d318d814d..3343d1d282 100644 --- a/src/core/hle/kernel/board/nintendo/nx/k_system_control.cpp +++ b/src/core/hle/kernel/board/nintendo/nx/k_system_control.cpp @@ -9,7 +9,6 @@ #include "common/literals.h" #include "common/random.h" #include "common/settings.h" -#include "common/random.h" #include "core/hle/kernel/board/nintendo/nx/k_system_control.h" #include "core/hle/kernel/board/nintendo/nx/secure_monitor.h" diff --git a/src/core/hle/kernel/k_page_bitmap.h b/src/core/hle/kernel/k_page_bitmap.h index b4c5f19ae4..27bd682c5c 100644 --- a/src/core/hle/kernel/k_page_bitmap.h +++ b/src/core/hle/kernel/k_page_bitmap.h @@ -16,7 +16,6 @@ #include "common/tiny_mt.h" #include "common/random.h" #include "core/hle/kernel/k_system_control.h" -#include "common/random.h" namespace Kernel { diff --git a/src/core/memory.cpp b/src/core/memory.cpp index df0fe807ca..837016de1d 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp @@ -763,6 +763,7 @@ struct Memory::Impl { Core::System& system; Tegra::MaxwellDeviceMemoryManager* gpu_device_memory{}; Common::PageTable* current_page_table = nullptr; + std::array rasterizer_read_areas{}; std::array rasterizer_write_areas{}; std::array, Core::Hardware::NUM_CPU_CORES> scratch_buffers{};