mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
BPMemory: Make ZTexOp enum an enum class
Avoids placing generic names in the surrounding namespace.
This commit is contained in:
parent
32c7524f4d
commit
f36fd5fa39
3 changed files with 12 additions and 10 deletions
|
@ -241,7 +241,7 @@ struct fmt::formatter<ZTexFormat> : EnumFormatter<ZTexFormat::U24>
|
|||
};
|
||||
|
||||
// Z texture operator
|
||||
enum ZTexOp : u32
|
||||
enum class ZTexOp : u32
|
||||
{
|
||||
Disabled = 0,
|
||||
Add = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue