summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-09-21 23:00:19 -0400
committerGravatar Zach Hilman2019-09-21 23:00:22 -0400
commit2a4730cbee231d91577d8af439f3e30a149c5247 (patch)
tree690b00a96ada3631d6ae4dba106dd493d6478eed /src/core/hle
parentpl_u: Remove excess static qualifier (diff)
downloadyuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.gz
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.xz
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.zip
pl_u: Use kernel physical memory
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/ns/pl_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/pl_u.h b/src/core/hle/service/ns/pl_u.h
index 08574c6b4..7375c1c6f 100644
--- a/src/core/hle/service/ns/pl_u.h
+++ b/src/core/hle/service/ns/pl_u.h
@@ -5,6 +5,7 @@
5#pragma once 5#pragma once
6 6
7#include <memory> 7#include <memory>
8#include "core/hle/kernel/physical_memory.h"
8#include "core/hle/service/service.h" 9#include "core/hle/service/service.h"
9 10
10namespace Service::NS { 11namespace Service::NS {