Update UIX

This commit is contained in:
Yoshi Askharoun
2023-05-24 16:48:42 -05:00
parent a413faf1d7
commit f45cdbed61
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -76,8 +76,9 @@ namespace ZuneHost.Wpf
} }
// Set decompiler breakponts // Set decompiler breakponts
IrisApp.DebugSettings.Breakpoints.Add(new("clr-res://ZuneMarketplaceResources!SelectionActions.uix", 121, 14)); IrisApp.DebugSettings.DebugConnectionUri = "tcp://127.0.0.1:5556";
IrisApp.DebugSettings.Breakpoints.Add(new("clr-res://ZuneShell!Quickplay.uix", 917, 62)); 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; IntPtr hWnd = new System.Windows.Interop.WindowInteropHelper(this).Handle;
Thread zuneThread = new(new ThreadStart(() => Thread zuneThread = new(new ThreadStart(() =>