this post was submitted on 24 Oct 2023
55 points (93.7% liked)
Linux Gaming
15234 readers
99 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Bad.
It doesn't work natively on Windows without stressing even the highest end machines. I guarantee if you try to emulate it, the result will be even worse than the already terrible native experience.
What if we use proton as a translation layer? QEMU or any other emulator seems really overkill for gaming
WINE: Wine Is Not an Emulator
API call translation is often very inexpensive and, particularly in the case of DXVK for graphics calls, sometimes actually results in faster code if the underlying API implementation is more performant than the original Win32 equivalent -- see Elden Ring launch day performance on Linux vs. Windows for an example of this.