diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 23:00:19 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-10-13 13:46:27 -0400 |
| commit | 36d829c27bf3cfb32935624e736547467ac2f423 (patch) | |
| tree | d42c46cc9ec679d224f8c2f004855ec5523cca20 /src/core/hle | |
| parent | b3a8a094a5b713b7ee02c535f539a19590760b8d (diff) | |
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 1063f4204..a8aa358a2 100644 --- a/src/core/hle/service/ns/pl_u.h +++ b/src/core/hle/service/ns/pl_u.h @@ -5,6 +5,7 @@ #pragma once #include <memory> +#include "core/hle/kernel/physical_memory.h" #include "core/hle/service/service.h" namespace Service { |
