diff options
| author | 2021-12-28 18:41:33 +0800 | |
|---|---|---|
| committer | 2021-12-28 18:51:11 +0800 | |
| commit | e18bf4b0629f547e82c9a492b81744de29952620 (patch) | |
| tree | 0a3f07043ffbd2aefab33e3b3192f63b09f781c7 /src | |
| parent | Implement few type in bufferqueue query method (diff) | |
| download | yuzu-e18bf4b0629f547e82c9a492b81744de29952620.tar.gz yuzu-e18bf4b0629f547e82c9a492b81744de29952620.tar.xz yuzu-e18bf4b0629f547e82c9a492b81744de29952620.zip | |
Remove invalid header include
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/gpu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index 8788f5148..f524f8bae 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #include "core/frontend/emu_window.h" | 17 | #include "core/frontend/emu_window.h" |
| 18 | #include "core/hardware_interrupt_manager.h" | 18 | #include "core/hardware_interrupt_manager.h" |
| 19 | #include "core/hle/service/nvdrv/nvdata.h" | 19 | #include "core/hle/service/nvdrv/nvdata.h" |
| 20 | #include "core/hle/service/nvflinger/buffer_queue.h" | ||
| 21 | #include "core/perf_stats.h" | 20 | #include "core/perf_stats.h" |
| 22 | #include "video_core/cdma_pusher.h" | 21 | #include "video_core/cdma_pusher.h" |
| 23 | #include "video_core/dma_pusher.h" | 22 | #include "video_core/dma_pusher.h" |