• Delilah (She/Her)@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 days ago

    Mesa would fall under “things like pulseaudio and kwin that are entrenched at lower levels of the OS and realistically can’t be ported to microsofts walled garden”. SC controller is a userspace driver, which realistically should be portable between operating systems but maybe they’re doing something silly like making kernel calls directly? The KDE apps only prove my point and the wine thing… Okay I’ve experienced the wine thing. For an operating system that to this day will not let you name a file or user “CON” in case it breaks a powershell script that’s older than I am its impressive how bad their backwards compatibility chokes so hard on games.

    • Refurbished Refurbisher@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      4 days ago

      Microsoft already removed all support for 16 bit apps on all 64 bit versions of their OSs. You can replace the missing NTVDM with WineVDM, which is essentially just WINE for 16 bit apps, and likely has higher compatibility than NTVDM anyway.

      That doesn’t help with the incompatibilities of some Win9x and XP era apps, though.

      I don’t think SC-Controller is making direct kernel syscalls or anything like that. It’s probably just something as simple as the dev doesn’t use Windows and doesn’t feel like supporting it, which I can understand.

      Also the reason I even mentioned Mesa is because there is a working Mesa port to Windows already that does software rendering and an experimental RADV port.