It’s getting hard to do just between AMD and Nvidia on Windows.
I’m old enough to remember the days when reviewers showed macro shots of the wires in half life 2 to test AA between different cards.
Does anyone even test that enabling “Ultra” settings results in the same configuration across vendors/generations? I’m pretty sure LTT Labs found cases where it wasn’t.
IntrepidIceIgloo@lemmy.world 1 year ago
Wine is not an emulator
arc@lemm.ee 1 year ago
Wine is an emulator. It might not have started as such when it was winelib but it is now, especially when running binaries. If in doubt read their own FAQ.
jabjoe@feddit.uk 1 year ago
Go read the code. It’s a reimplementation of core Windows DLLs. Quite a clean one. There is also a daemon that fakes a NT kernel. It’s worth a read.
arc@lemm.ee 1 year ago
I know what it is thanks. I even contributed code a long time back to it.
dbilitated@aussie.zone 1 year ago
but the E literally stands for emulator
(I’m kidding)
Cethin@lemmy.zip 1 year ago
Just in case someone sees this and doesn’t understand all this, WINE is an acronym that literally means “WINE Is Not an Emulator.”
arc@lemm.ee 1 year ago
And it is an emulator these days. Their own website says it and it’s obviously one just thinking about it for a second. The reason it started with that acronym was because originally you could take Windows source code, compile it against winelib and run it natively. It is an emulator when actual Windows binaries are executed against it.
raspberriesareyummy@lemmy.world 1 year ago
I suppose I am not sure entirely what constitutes an emulator and what doesn’t, but I always thought an emulator mimics (emulates) a certain systems architecture, i.e. has to be slower by design than the real thing. In wine, however, windows system calls are replaced / re-routed to the underlying linux system calls which are often much faster, which is why wine often exceeds windows in performance executing windows binaries (assuming you can get them to run at all :)