You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MangoHud works fine on FreeBSD, but currently requires some patching in order to do so. I'd like to upstream some of them, starting with more generic ones. Consider the following patch:
Rationale:
FreeBSD is definitely Unixy :-)
popen(3) is POSIX call, limiting it to GNU/Linux is wrong
Also fine, I guess. Personally I prefer to avoid enumerating systems where something is supported, because e.g. tomorrow OpenBSD or Haiku hacker comes, and then you have to extend that list again. On the contrary, chances for native popen(3) to appear on Win32 are much lower. But as I say, it's ultimately your code and your call.
MangoHud works fine on FreeBSD, but currently requires some patching in order to do so. I'd like to upstream some of them, starting with more generic ones. Consider the following patch:
Rationale:
popen(3)
is POSIX call, limiting it to GNU/Linux is wrongThe text was updated successfully, but these errors were encountered: