Fix Windows Terminal hide/show functions #342

Merged
bangfire merged 3 commits from w11_console into master 2024-12-07 13:17:40 +00:00
Showing only changes of commit 0c388a51bd - Show all commits

View File

@ -1,7 +1,6 @@
using Ryujinx.Common.Logging; using Ryujinx.Common.Logging;
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Runtime.InteropServices.Marshalling;
using System.Runtime.Versioning; using System.Runtime.Versioning;
namespace Ryujinx.UI.Common.Helper namespace Ryujinx.UI.Common.Helper