diff options
| author | 2019-09-21 23:00:19 -0400 | |
|---|---|---|
| committer | 2019-09-21 23:00:22 -0400 | |
| commit | 2a4730cbee231d91577d8af439f3e30a149c5247 (patch) | |
| tree | 690b00a96ada3631d6ae4dba106dd493d6478eed /src/core/hle | |
| parent | pl_u: Remove excess static qualifier (diff) | |
| download | yuzu-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.h | 1 |
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 | ||
| 10 | namespace Service::NS { | 11 | namespace Service::NS { |