aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/vic.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-27 02:09:17 -0400
committerLioncash <mathew1800@gmail.com>2020-10-27 02:16:42 -0400
commitc04203b786d87ecb66811341e7ea776452664e91 (patch)
tree425b6993279146d7096d8af35287f3cc26127e40 /src/video_core/command_classes/vic.h
parentd33399e1f46a10490b586196c6d0db0f04be4206 (diff)
nvdec: Tidy up header includes
Prevents a few unnecessary inclusions.
Diffstat (limited to 'src/video_core/command_classes/vic.h')
-rw-r--r--src/video_core/command_classes/vic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/command_classes/vic.h b/src/video_core/command_classes/vic.h
index dd0a2aed8..8c4e284a1 100644
--- a/src/video_core/command_classes/vic.h
+++ b/src/video_core/command_classes/vic.h
@@ -63,11 +63,11 @@ public:
SetOutputSurfaceChromaVOffset = 0x1ca
};
- explicit Vic(GPU& gpu, std::shared_ptr<Tegra::Nvdec> nvdec_processor);
+ explicit Vic(GPU& gpu, std::shared_ptr<Nvdec> nvdec_processor);
~Vic();
/// Write to the device state.
- void ProcessMethod(Vic::Method method, const std::vector<u32>& arguments);
+ void ProcessMethod(Method method, const std::vector<u32>& arguments);
private:
void Execute();