this post was submitted on 10 Nov 2023
255 points (98.1% liked)

Gaming

20010 readers
671 users here now

Sub for any gaming related content!

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 17 points 1 year ago* (last edited 1 year ago) (32 children)

Imagine Valve going the Apple route: "Fuck it, we will design our own hardware to suit our needs" and making hardware tailored to linux.

Edit: what about qualcomm's new ARM: Snapdragon X Elite?

[–] gornius@lemmy.world 16 points 1 year ago (18 children)

I think ARM is their end goal, it's really the only option for a handheld console, as today ARM is the only way you'll get enough performance/power rate to make it both good on battery with good enough performance.

Win-win for everyone if they invest in an open source x86 to ARM project, similar like they did with Wine.

[–] kadu@lemmy.world 15 points 1 year ago (4 children)

The Switch is more than proof enough that pretty much any modern game engine can compile to an ARM target with zero issues (though Nvidia's low level APIs help, not sure about Qualcomm).

But there's zero chance older PC games would ever be updated, and by older I don't mean ancient, some AAA studios stop issuing updates in about one year after release.

So it all comes down to being able to emulate X86 on ARM... The best example we have is Apple, and games run but with a massive performance hit. Microsoft's implementation is borderline unusable. I'm not sure what to expect from Valve.

[–] GyozaPower@discuss.tchncs.de 1 points 1 year ago (1 children)

I wouldn't say you get that much of a performance hit with Apple games when emulating X86. Rosetta works pretty great for games that are already on macOS but as X86 games. The problem is emulating for Windows games that are also on X86.

[–] bamboo@lemm.ee 2 points 1 year ago

It really depends on the game. If the game was truly native, usually the Rosetta performance is good. A lot of games though are JIT, and running a JIT inside a JIT is terrible for performance. The good news is that a game already being JIT is probably easier to patch to be native, for example people have had success replacing the mono runtime used by terraria with a native one and seeing good performance improvements, or running Minecraft on a native JVM. The bad news is it doesn’t necessarily mean the developers will actually update the thing, and mods like this are unlikely to appeal to the vast majority of people.

load more comments (2 replies)
load more comments (15 replies)
load more comments (28 replies)