From 0d65e0a951fbdeb8729ab52477176636cac3dcc5 Mon Sep 17 00:00:00 2001 From: Gamaiel Zavala Date: Wed, 3 Apr 2024 18:24:03 -0600 Subject: [PATCH] Debugger: Tile Viewer - Add navigate by tile button to Address row --- UI/Debugger/Controls/HexInput.axaml | 22 ++++++++---- UI/Debugger/Controls/HexInput.axaml.cs | 36 +++++++++++++++++++ UI/Debugger/ViewModels/TileViewerViewModel.cs | 11 +++++- UI/Debugger/Windows/TileViewerWindow.axaml | 1 + 4 files changed, 63 insertions(+), 7 deletions(-) diff --git a/UI/Debugger/Controls/HexInput.axaml b/UI/Debugger/Controls/HexInput.axaml index 74effdcef..270f3d672 100644 --- a/UI/Debugger/Controls/HexInput.axaml +++ b/UI/Debugger/Controls/HexInput.axaml @@ -7,7 +7,7 @@ xmlns:c="using:Mesen.Controls" xmlns:u="using:Mesen.Utilities" mc:Ignorable="d" - MinWidth="120" + MinWidth="140" x:Name="root" HorizontalAlignment="Stretch" x:Class="Mesen.Debugger.Controls.HexInput" @@ -16,11 +16,14 @@ M7,0 L2,5 7,10 M0,0 L0,10 M0,0 L5,5 0,10 M7,0 L7,10 - M7,0 L3,5 7,10 M3,0 L0,5 3,10 - M0,0 L4,5 0,10 M4,0 L7,5 4,10 + M7,0 L3,4 7,8 M3,0 L-1,4 3,8 + M-1,0 L3,4 -1,8 M3,0 L7,4 3,8 - M5,0 L0,5 5,10 - M0,0 L5,5 0,10 + M2,0 L-2,4 2,8 + M0,0 L4,4 0,8 + + M0,1 H6 + M0,3 H6 M3,0 V6 @@ -30,10 +33,11 @@ +