mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
BPMemory: Make ZTexOp enum an enum class
Avoids placing generic names in the surrounding namespace.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user