diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-02-28 06:57:31 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-02-28 07:01:50 -0500 |
| commit | 5ed55ffb348bf1cc71fc71da402a437ae8d27808 (patch) | |
| tree | 20daf2dbdb4fdfc73e568ce56d9560b0d5cea1a5 /Source/Core/VideoCommon | |
| parent | e375c966938bdc646373377bf0d4a2912044c71a (diff) | |
PixelEngine: Move enum constants into the PixelEngine namespace
Gets some identifier names out of the global namespace.
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/PixelEngine.h | 4 |
1 files 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 { |
