summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/pixel_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nvflinger/pixel_format.h')
-rw-r--r--src/core/hle/service/nvflinger/pixel_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/pixel_format.h b/src/core/hle/service/nvflinger/pixel_format.h
index 966c84775..8a77d8bea 100644
--- a/src/core/hle/service/nvflinger/pixel_format.h
+++ b/src/core/hle/service/nvflinger/pixel_format.h
@@ -5,7 +5,7 @@
#include "common/common_types.h"
-namespace android {
+namespace Service::android {
enum class PixelFormat : u32 {
NoFormat = 0,
@@ -18,4 +18,4 @@ enum class PixelFormat : u32 {
Rgba4444 = 7,
};
-} // namespace android
+} // namespace Service::android