pl_u: Use kernel physical memory

This commit is contained in:
Zach Hilman 2019-09-21 23:00:19 -04:00
parent 885ea2de2a
commit 2a4730cbee
2 changed files with 8 additions and 4 deletions

View file

@ -5,6 +5,7 @@
#pragma once
#include <memory>
#include "core/hle/kernel/physical_memory.h"
#include "core/hle/service/service.h"
namespace Service::NS {