summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-21 00:14:17 +0200
committerLioncash <mathew1800@gmail.com>2018-07-21 00:23:54 +0200
commitbb960c8cb43a3250d971cd8bb4adc5dd0c5baccc (patch)
treec7745ac491c15a6d4519548812a7105903410a18 /src/video_core/engines/maxwell_3d.h
parentMerge pull request #740 from Subv/acc_crash (diff)
downloadyuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.tar
yuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.tar.gz
yuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.tar.bz2
yuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.tar.lz
yuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.tar.xz
yuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.tar.zst
yuzu-bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 91b077005..dbd106c53 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -17,8 +17,7 @@
#include "video_core/memory_manager.h"
#include "video_core/textures/texture.h"
-namespace Tegra {
-namespace Engines {
+namespace Tegra::Engines {
#define MAXWELL3D_REG_INDEX(field_name) \
(offsetof(Tegra::Engines::Maxwell3D::Regs, field_name) / sizeof(u32))
@@ -898,5 +897,4 @@ ASSERT_REG_POSITION(tex_info_buffers.size[0], 0xD2F);
#undef ASSERT_REG_POSITION
-} // namespace Engines
-} // namespace Tegra
+} // namespace Tegra::Engines