Debugger: Memory Viewer - Add palette ram to dropdown (was removed by accident)
This commit is contained in:
parent
279e66a5f6
commit
b79983ec2f
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ namespace Mesen.GUI.Debugger
|
|||
cboMemoryType.Items.Add(ResourceHelper.GetEnumText(DebugMemoryType.ChrRam));
|
||||
}
|
||||
|
||||
cboMemoryType.Items.Add(ResourceHelper.GetEnumText(DebugMemoryType.PaletteMemory));
|
||||
cboMemoryType.Items.Add(ResourceHelper.GetEnumText(DebugMemoryType.SpriteMemory));
|
||||
cboMemoryType.Items.Add(ResourceHelper.GetEnumText(DebugMemoryType.SecondarySpriteMemory));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue