mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
JitInterface: Amend ExceptionType enum value names
Since ExceptionType is an enum class, its name already acts like the common prefix.
This commit is contained in:
@ -14,9 +14,9 @@ namespace JitInterface
|
||||
{
|
||||
enum class ExceptionType
|
||||
{
|
||||
EXCEPTIONS_FIFO_WRITE,
|
||||
EXCEPTIONS_PAIRED_QUANTIZE,
|
||||
EXCEPTIONS_SPECULATIVE_CONSTANTS
|
||||
FIFOWrite,
|
||||
PairedQuantize,
|
||||
SpeculativeConstants
|
||||
};
|
||||
|
||||
void DoState(PointerWrap& p);
|
||||
|
Reference in New Issue
Block a user