mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Merge pull request #4986 from lioncash/namespace
PixelEngine: Move enum constants into the PixelEngine namespace
This commit is contained in:
commit
bd89c7b2c4
@ -11,6 +11,8 @@ namespace MMIO
|
|||||||
class Mapping;
|
class Mapping;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace PixelEngine
|
||||||
|
{
|
||||||
// internal hardware addresses
|
// internal hardware addresses
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
@ -43,8 +45,6 @@ enum
|
|||||||
PE_PERF_EFB_COPY_CLOCKS_H = 0x2e,
|
PE_PERF_EFB_COPY_CLOCKS_H = 0x2e,
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace PixelEngine
|
|
||||||
{
|
|
||||||
// ReadMode specifies the returned alpha channel for EFB peeks
|
// ReadMode specifies the returned alpha channel for EFB peeks
|
||||||
union UPEAlphaReadReg
|
union UPEAlphaReadReg
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user