summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/decoders.cpp
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/textures/decoders.cpp
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/textures/decoders.cpp')
-rw-r--r--src/video_core/textures/decoders.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_core/textures/decoders.cpp b/src/video_core/textures/decoders.cpp
index a3684a195..a3e67d105 100644
--- a/src/video_core/textures/decoders.cpp
+++ b/src/video_core/textures/decoders.cpp
@@ -10,8 +10,7 @@
#include "video_core/textures/decoders.h"
#include "video_core/textures/texture.h"
-namespace Tegra {
-namespace Texture {
+namespace Tegra::Texture {
/**
* Calculates the offset of an (x, y) position within a swizzled texture.
@@ -186,5 +185,4 @@ std::vector<u8> DecodeTexture(const std::vector<u8>& texture_data, TextureFormat
return rgba_data;
}
-} // namespace Texture
-} // namespace Tegra
+} // namespace Tegra::Texture