diff options
| author | 2019-03-03 23:54:16 -0500 | |
|---|---|---|
| committer | 2019-03-20 22:36:02 -0400 | |
| commit | 22d3dfbcd4c606d40e5ae36970db4661c302859f (patch) | |
| tree | 24bf6fe7420aab7a34be7782bc1830e053b64679 /src/video_core/dma_pusher.h | |
| parent | gpu: Move GPUVAddr definition to common_types. (diff) | |
| download | yuzu-22d3dfbcd4c606d40e5ae36970db4661c302859f.tar.gz yuzu-22d3dfbcd4c606d40e5ae36970db4661c302859f.tar.xz yuzu-22d3dfbcd4c606d40e5ae36970db4661c302859f.zip | |
gpu: Rewrite virtual memory manager using PageTable.
Diffstat (limited to 'src/video_core/dma_pusher.h')
| -rw-r--r-- | src/video_core/dma_pusher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h index 27a36348c..6ab06518f 100644 --- a/src/video_core/dma_pusher.h +++ b/src/video_core/dma_pusher.h | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | 9 | ||
| 10 | #include "common/bit_field.h" | 10 | #include "common/bit_field.h" |
| 11 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 12 | #include "video_core/memory_manager.h" | ||
| 13 | 12 | ||
| 14 | namespace Tegra { | 13 | namespace Tegra { |
| 15 | 14 | ||