summaryrefslogtreecommitdiffstats
path: root/src/common/color.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-18 20:27:39 +0200
committerLioncash <mathew1800@gmail.com>2020-08-18 20:27:41 +0200
commite864aa25d55611a3139ffec0c2623cc61cdfb6ac (patch)
tree9f2180c57d7f0fc69ea05b96bb174c377d752614 /src/common/color.h
parentMerge pull request #4381 from Morph1984/fix-open-folder-installed-title (diff)
downloadyuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.tar
yuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.tar.gz
yuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.tar.bz2
yuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.tar.lz
yuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.tar.xz
yuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.tar.zst
yuzu-e864aa25d55611a3139ffec0c2623cc61cdfb6ac.zip
Diffstat (limited to 'src/common/color.h')
-rw-r--r--src/common/color.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/color.h b/src/common/color.h
index 381d6332e..bbcac858e 100644
--- a/src/common/color.h
+++ b/src/common/color.h
@@ -10,7 +10,7 @@
#include "common/swap.h"
#include "common/vector_math.h"
-namespace Color {
+namespace Common::Color {
/// Convert a 1-bit color component to 8 bit
[[nodiscard]] constexpr u8 Convert1To8(u8 value) {
@@ -268,4 +268,4 @@ inline void EncodeX24S8(u8 stencil, u8* bytes) {
bytes[3] = stencil;
}
-} // namespace Color
+} // namespace Common::Color