|
|
|
|
|
by unpaydijk
341 days ago
|
|
>One game i have didn't run even run when i was on windows, but the windows version worked in Linux.. Was it an old game? Those tend to do that >My anecdotal experience with the steam and steamOS has been that the windows versions of games run better via proton than their native linux versions. This is very interesting, does anyone have insights into why? I can only guess the games/their engines are more mindful of optimizing their calls to the native windows APIs, which when translated turns out to be pretty efficient on the output side too |
|
For older games, the biggest advantage WINE has over Windows is WINE's prefix model, which lets you essentially build purpose built environments, not dissimilar to vendoring your dependencies into an OCI container. And if you're running a file system with CoW powers, those separate environments don't even take up a great deal of storage since the vast majority of the prefix is bit for bit identical.