From 5ed55ffb348bf1cc71fc71da402a437ae8d27808 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 28 Feb 2017 06:57:31 -0500 Subject: [PATCH] PixelEngine: Move enum constants into the PixelEngine namespace Gets some identifier names out of the global namespace. --- Source/Core/VideoCommon/PixelEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/VideoCommon/PixelEngine.h b/Source/Core/VideoCommon/PixelEngine.h index cf77fbe99f..ef6934de60 100644 --- a/Source/Core/VideoCommon/PixelEngine.h +++ b/Source/Core/VideoCommon/PixelEngine.h @@ -11,6 +11,8 @@ namespace MMIO class Mapping; } +namespace PixelEngine +{ // internal hardware addresses enum { @@ -43,8 +45,6 @@ enum PE_PERF_EFB_COPY_CLOCKS_H = 0x2e, }; -namespace PixelEngine -{ // ReadMode specifies the returned alpha channel for EFB peeks union UPEAlphaReadReg {