- cross-posted to:
- linux@lemmy.ml
- cross-posted to:
- linux@lemmy.ml
You must log in or register to comment.
Wonder if it’ll be able to emulate a PS2 or N64 game properly. You know, systems that came out 20+ years ago?
Emulating those platform is significantly more resource intensive since you need to emulate the entire architecture and interpret the assembly code, while more modern game consoles are running either ARM or x86/amd64 which makes emulating relatively simpler.