Merge pull request #4986 from lioncash/namespace

PixelEngine: Move enum constants into the PixelEngine namespace
This commit is contained in:
Markus Wick 2017-02-28 18:46:45 +01:00 committed by GitHub
commit bd89c7b2c4
1 changed files with 2 additions and 2 deletions

View File

@ -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
{