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 17f31546ba - Show all commits

View File

@ -25,7 +25,6 @@ namespace Ryujinx.UI.Common.Helper
[return: MarshalAs(UnmanagedType.Bool)]
private static partial bool SetForegroundWindow(nint hWnd);
public static bool SetConsoleWindowStateSupported => OperatingSystem.IsWindows();
public static void SetConsoleWindowState(bool show)