Use correct memory editor.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
24c105ffd5
commit
7025bcd457
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ namespace sa2
|
|||
if (ImGui::BeginTabItem("AUX"))
|
||||
{
|
||||
void * auxBase = MemGetAuxPtr(0);
|
||||
myMainMemoryEditor.DrawContents(auxBase, _6502_MEM_LEN);
|
||||
myAuxMemoryEditor.DrawContents(auxBase, _6502_MEM_LEN);
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
ImGui::EndTabBar();
|
||||
|
|
Loading…
Add table
Reference in a new issue