From 9df2e4006096b4fa491d9d570349e4d4e43c5fa7 Mon Sep 17 00:00:00 2001 From: Vladimir Kononovich Date: Mon, 12 Oct 2020 18:19:17 +0300 Subject: [PATCH] Renamed CpuRegNmiFlag to CpuFlagNmi. --- Core/DebugTypes.h | 2 +- UI/Interop/DebugState.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/DebugTypes.h b/Core/DebugTypes.h index d678326..68c2c80 100644 --- a/Core/DebugTypes.h +++ b/Core/DebugTypes.h @@ -296,7 +296,7 @@ enum class CpuRegister : uint8_t CpuRegK, CpuRegDBR, CpuRegPS, - CpuRegNmiFlag + CpuFlagNmi }; enum class Cx4Register : uint8_t diff --git a/UI/Interop/DebugState.cs b/UI/Interop/DebugState.cs index 9351a7d..d10ddfb 100644 --- a/UI/Interop/DebugState.cs +++ b/UI/Interop/DebugState.cs @@ -937,7 +937,7 @@ namespace Mesen.GUI CpuRegK, CpuRegDBR, CpuRegPS, - CpuRegNmiFlag, + CpuFlagNmi, } public enum Cx4Register : byte