This commit is contained in:
bangfire 2024-12-03 13:18:05 +00:00 committed by Evan Husted
parent 0c388a51bd
commit 17f31546ba

View File

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