mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
PixelEngine: Move enum constants into the PixelEngine namespace
Gets some identifier names out of the global namespace.
This commit is contained in:
parent
e375c96693
commit
5ed55ffb34
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue