diff options
| author | bunnei <bunneidev@gmail.com> | 2018-10-23 10:22:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-23 10:22:12 -0400 |
| commit | 0f3d8c2574099a15f63c092619ea780eee251c1a (patch) | |
| tree | 984b0c6100ff139a21b2ca6a63edf55108931f9c /src/video_core/engines/maxwell_compute.cpp | |
| parent | 75d807788ccaf64a478fdc48aecdb841baecc34e (diff) | |
| parent | c1e5525fc622e5bf5c40acceba4a07529051fab3 (diff) | |
Merge pull request #1539 from lioncash/dma
maxwell_dma: Silence compilation warnings
Diffstat (limited to 'src/video_core/engines/maxwell_compute.cpp')
| -rw-r--r-- | src/video_core/engines/maxwell_compute.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_core/engines/maxwell_compute.cpp b/src/video_core/engines/maxwell_compute.cpp index 59e28b22d..8b5f08351 100644 --- a/src/video_core/engines/maxwell_compute.cpp +++ b/src/video_core/engines/maxwell_compute.cpp @@ -6,8 +6,7 @@ #include "core/core.h" #include "video_core/engines/maxwell_compute.h" -namespace Tegra { -namespace Engines { +namespace Tegra::Engines { void MaxwellCompute::WriteReg(u32 method, u32 value) { ASSERT_MSG(method < Regs::NUM_REGS, @@ -26,5 +25,4 @@ void MaxwellCompute::WriteReg(u32 method, u32 value) { } } -} // namespace Engines -} // namespace Tegra +} // namespace Tegra::Engines |
