Comment on Valve is working on a version of proton for ARM devices
soulsource@discuss.tchncs.de 1 month agoby intercepting syscalls and executing them directly
Not only syscalls. FEX and Box64 also allow using native libraries instead of emulating them. That leaves basically only the game logic to be emulated.
stormeuh@lemmy.world 1 month ago
I didn’t know that, thanks! That’s actually very impressive, and given how efficient qemu-style emulators are, I wouldn’t be surprised to see near-native performance despite a little bit of overhead from emulating game logic.