Renamed Zune5 to OpenZune

This commit is contained in:
Yoshi Askharoun
2022-06-09 19:03:40 -05:00
parent d2cd58fa39
commit 715088e634
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ namespace Microsoft.Iris.Queues
/// <param name="message"></param>
public static void SendDebugMessage(string message)
{
#if ZUNE5
#if OPENZUNE
Application.DebugSettings.Bridge.LogDispatcher(message);
#else
if (Application.DebugSettings.OpenDebugPipe && DebugPipe.IsConnected && DebugPipe.CanWrite)