this post was submitted on 13 Jun 2023
80 points (100.0% liked)

Gaming

30372 readers
65 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Just learned this yesterday while watching this post's author's youtube series where he's decompiling the game. https://www.youtube.com/watch?v=MToTEqoVv3I

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 1 year ago (4 children)

That is so funny to me. Imagine how the devs felt to know their game was so notable to get a windows compatibility just for them.

[–] [email protected] 14 points 1 year ago (3 children)

It's basically the "secret" behind Windows compatibility and part of the reason ReactOS takes so long to develop.

[–] [email protected] 9 points 1 year ago (2 children)

Makes sense, graphics card manufacturers often implement patches for specific poorly-programmed games. Proton does the same thing in Linux.

[–] [email protected] 3 points 1 year ago (1 children)

Does it? My understanding was that it would basically just map Windows calls to Linux calls. As it doesn't yet cover everything under all conditions, there may be situations where the Proton devs have to add something in order to properly support a certain game, but that's not because that game is doing something wrong, but just because those were the particular gaps in Proton's functionality that happened to affect this game.

[–] [email protected] 5 points 1 year ago

Does it? My understanding was that it would basically just map Windows calls to Linux calls.

That's what Wine does. Proton is built on top of Wine and has lots of patches to make various games work better (or at all)