Why can most computers run modern games really well but extremely stutter when emulating old games

522 views

Why can most computers run games like RDR2, Cyberpunk, etc. Really fast but when emulating ps3/Xbox360 games it lags and can barely run it?

In: 690

20 Answers

Anonymous 0 Comments

Two reasons.

First reason is translation. In terms of emulation, not all systems are built on the same architecture. In basic terms you can think of this as a default baked list of operations in a chip. That means they have to be translated over to run on your chip, and this translation is done in real time. This is a performance hog.

Second reason is individual core speed. Ive noticed cpus went more in the direction of higher core counts over clock speed. Base clocks as low as 2ghz. Especially when you are doing those translations mentioned above, clock speed is important. A 4.5ghz quad core would slap a 3.2ghz octacore out of the water for a task like this. This is especially a problem with devices like laptops where thermals are infamously bad and requires the cpus installed often to run at the base clock, which is often in the 2ghz range, unless you want your laptop to turn in to an aircraft and lift off.

You are viewing 1 out of 20 answers, click here to view all answers.