SMMU: Initial adaptation to video_core.

This commit is contained in:
Fernando Sahmkow 2023-12-25 07:32:16 +01:00 committed by Liam
parent c85d7ccd79
commit 0a2536a0df
79 changed files with 1262 additions and 1263 deletions

View file

@ -9,6 +9,7 @@
#include "core/core.h"
#include "core/core_timing.h"
#include "core/memory.h"
#include "core/guest_memory.h"
#include "core/hle/kernel/k_process.h"

View file

@ -10,6 +10,7 @@
#include "common/logging/log.h"
#include "common/scratch_buffer.h"
#include "core/memory.h"
#include "core/guest_memory.h"
namespace AudioCore::Renderer {