mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
x64Emitter: Make FloatOp and NormalOp enum classes
Reduces the amount of identifiers placed in the Gen namespace internally.
This commit is contained in:
@ -91,8 +91,8 @@ enum SSECompare
|
||||
};
|
||||
|
||||
class XEmitter;
|
||||
enum FloatOp : int;
|
||||
enum NormalOp : int;
|
||||
enum class FloatOp;
|
||||
enum class NormalOp;
|
||||
|
||||
// Information about a generated MOV op
|
||||
struct MovInfo final
|
||||
|
Reference in New Issue
Block a user