diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-01 00:57:02 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-03 00:35:57 -0400 |
| commit | 427bf76e621cf0833bc1bbec7d8be891297223e7 (patch) | |
| tree | 5cc146d21972e1a7c424219482ef3393787afe6a /src/video_core/cdma_pusher.h | |
| parent | 8bd5742349007d3faa9d786450a20f31d5db0b94 (diff) | |
gpu: Migrate implementation to the cpp file
Diffstat (limited to 'src/video_core/cdma_pusher.h')
| -rw-r--r-- | src/video_core/cdma_pusher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/cdma_pusher.h b/src/video_core/cdma_pusher.h index 1bada44dd..87b49d6ea 100644 --- a/src/video_core/cdma_pusher.h +++ b/src/video_core/cdma_pusher.h @@ -9,13 +9,13 @@ #include "common/bit_field.h" #include "common/common_types.h" -#include "video_core/command_classes/sync_manager.h" namespace Tegra { class GPU; class Host1x; class Nvdec; +class SyncptIncrManager; class Vic; enum class ChSubmissionMode : u32 { |
