fix hide console breaking on windows 11 #33
No reviewers
Labels
No labels
audio
bug
confirmed
cpu
critical
development
enhancement
gpu
graphics-backend:opengl
graphics-backend:vulkan
gui
help wanted
horizon/hle
i18n
infra
input
kernel
linux
macos
suggestion
windows
No assignees
2 participants
Notifications
Due date
No due date set.
Reference
projects/Ryubing!33
Loading…
Reference in a new issue
No description provided.
Delete branch "LotP/Ryubing:fix-hide-console-on-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this is stupid
workaroundto fix hide console breaking on windows 11The code should be seen as a hack rather than actual fix.
Also, using
Console.Title.Contains("conhost.exe")is very brittle, since console titles are user-changeable and environment-dependent.