From f45cdbed61652a712c1f3fef80cf417f21388007 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Wed, 24 May 2023 16:48:42 -0500 Subject: [PATCH] Update UIX --- ZuneHost.Wpf/MainWindow.xaml.cs | 5 +++-- libs/MicrosoftIris | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ZuneHost.Wpf/MainWindow.xaml.cs b/ZuneHost.Wpf/MainWindow.xaml.cs index 6f24e60..b8784b3 100644 --- a/ZuneHost.Wpf/MainWindow.xaml.cs +++ b/ZuneHost.Wpf/MainWindow.xaml.cs @@ -76,8 +76,9 @@ namespace ZuneHost.Wpf } // Set decompiler breakponts - IrisApp.DebugSettings.Breakpoints.Add(new("clr-res://ZuneMarketplaceResources!SelectionActions.uix", 121, 14)); - IrisApp.DebugSettings.Breakpoints.Add(new("clr-res://ZuneShell!Quickplay.uix", 917, 62)); + IrisApp.DebugSettings.DebugConnectionUri = "tcp://127.0.0.1:5556"; + IrisApp.DebugSettings.Breakpoints.Add(new("clr-res://ZuneMarketplaceResources!SelectionActions.uix", 121, 14, false)); + IrisApp.DebugSettings.Breakpoints.Add(new("clr-res://ZuneShell!Quickplay.uix", 917, 62, false)); IntPtr hWnd = new System.Windows.Interop.WindowInteropHelper(this).Handle; Thread zuneThread = new(new ThreadStart(() => diff --git a/libs/MicrosoftIris b/libs/MicrosoftIris index f9414f1..f0b6b00 160000 --- a/libs/MicrosoftIris +++ b/libs/MicrosoftIris @@ -1 +1 @@ -Subproject commit f9414f1a5f672491426459a3a9d5f2e936fc98dc +Subproject commit f0b6b005310052899c9dadeacd39961fe6aa8828