Difference between revisions of "Computer specifications"

From Emulation General Wiki
Jump to navigation Jump to search
(MegaHertz Myth)
(More Cores)
Line 17: Line 17:
 
Laptop CPUs are typically much weaker than their desktop variants due to being clocked lower, for battery and heat reasons. They may also have less cores than desktop processors with similar names. For example, an i7 2-core laptop processor is most often weaker than a decent i3 desktop one. It's a common misconception that an i-whatever laptop is equal in power to i-whatever desktop.
 
Laptop CPUs are typically much weaker than their desktop variants due to being clocked lower, for battery and heat reasons. They may also have less cores than desktop processors with similar names. For example, an i7 2-core laptop processor is most often weaker than a decent i3 desktop one. It's a common misconception that an i-whatever laptop is equal in power to i-whatever desktop.
 
===More Cores===
 
===More Cores===
Emulators generally only utilize 2 cores (sometimes 3/4), rarely more so having a hexa/octacore CPU, or one capable of hyperthreading, wont benefit you anymore than having a similar quadcore CPU. Except some more modern emulators like rpcs3 which currently can use 8 cores and maybe more in the future.
+
Emulators generally only utilize 2 cores (sometimes 4), rarely more so having a hexa/octacore CPU, or one capable of hyperthreading, wont benefit you anymore than having a similar quadcore CPU. Except some more modern emulators like rpcs3 which currently can use 8 cores and maybe more in the future.
  
 
===Overclocking===
 
===Overclocking===

Revision as of 15:49, 1 June 2014

Generally, emulation runs off the CPU, with the GPU allowing for higher resolutions, AA, etc. If your CPU isn't good enough, you can't emulate a system too well. An Intel Core i5 2500K, 3570K or 4670K or above is recommended for high end emulation (e.g. PS2, Wii). This page will detail specific information for specific systems, if the above is not a viable option.

Enabling dynarec options also speed things up.

CPU

MegaHertz Myth

Just because a CPU has a high clock speed (e.g. in GHz) doesn't mean that it is powerful.[1] For example, a 4GHz Pentium 4 is much, much less powerful than a 3GHz i5. Though "i5" is quite vague, as that could be any of the generations or models, P4s are just that weak. Newer CPUs are almost always better. Though the particular architechture does matter. A common misconception is that a higher CPU clock speed guarantees improved emulation performance. Although clock speed is one of the main factors for good CPU performance, it is not the determining factor. Newer CPUs generally perform better than older ones at similar clock speeds. For example, a 2.4 GHz dual-core Intel Core 2 processor will generally outperform a 3.2 GHz dual-core Intel Pentium D processor. Even though the Pentium D is clocked higher, the Core 2 Duo is faster due to the Core microarchitecture of the Core 2 Duo having so much higher instructions per clock than Netburst microarchitecture of the Pentium D that it can do more instructions per second despite having lower frequency. This is true of many modern Intel vs AMD processors[2] [3][4][5][6], as the high-end Intel processors are more efficient than the high-end AMD processors. Main reason for that is because Intel processors have higher performing floating-point units,[7] [8] far greater cache/memory bandwidth/lower latency[9][10].

AMD vs Intel

Generally, Intel CPUs perform better than AMD CPUs for emulation in particular, due to their superior single core performance. AMD will still perform fairly well, but will rarely perform equal to a similar generation Intel CPU at the same clock speed.

Desktop vs. laptop

Laptop CPUs are typically much weaker than their desktop variants due to being clocked lower, for battery and heat reasons. They may also have less cores than desktop processors with similar names. For example, an i7 2-core laptop processor is most often weaker than a decent i3 desktop one. It's a common misconception that an i-whatever laptop is equal in power to i-whatever desktop.

More Cores

Emulators generally only utilize 2 cores (sometimes 4), rarely more so having a hexa/octacore CPU, or one capable of hyperthreading, wont benefit you anymore than having a similar quadcore CPU. Except some more modern emulators like rpcs3 which currently can use 8 cores and maybe more in the future.

Overclocking

Not every CPU can be over clocked, nor does every motherboard/BIOS support it. An advantage of the Intel K series is that they are unlocked and can easily be overclocked. So if it can't play a game currently then you can, in many cases, overclock it until it does. Laptop CPUS often cannot be overclocked due to BIOS limitations.

GPU

GPUs are basically just hundreds of underpowered CPUs on the same die. Or you can think of it as a 300 core CPU.

The thing is with 3D graphics is you can split the work up into hundreds of different parts and give each piece to a different core on the GPU since it doesn't matter which order the pixels are rendered in, as long as they all get rendered for the same frame before moving on to the next.

File compression/extraction and bitcoin mining are also good examples of programs that can make use of parallel processing.

However, most programs can not do this. Dwarf Fortress for example can't make use of a graphics card, because every calculation it does is dependent on the one done before it. That obviously doesn't work if you try and do them all at the same time.

Pretty much any emulator is the same. It can't know what comes next until it's done what preceded it. It has to run on a single thread. It still needs some form of graphical output to output the final rendered 2D screen alone. This can be done via a GPU to put the 3D graphics on the screen, but any emulatable system shouldn't be too taxing. This is called "Hardware Rendering". Alternatively, all of the graphics processing can be done on the CPU, and will be more predictable/consistent for it, but that is also costly. This is called "Software Rendering".

Most 3D emulators have hardware and software renderers. Software renderers use much more CPU power, which may be slower. They may also run on their own threads separate from other emulator parts, which would likely reduce the performance loss, but the CPU must still be strong enough in the first place.

Recommended Specs

PCSX2

Minimum:

  • Windows Vista / Windows 7 32-bit/64-bit
  • CPU: Intel Core 2 Duo @ 3.2 GHz or better
  • GPU: 8600 GT or better
  • 1GB RAM (2GB if on Vista / Windows 7)

Recommended:

CPU: Intel Core i5 2500k, i5 3570K or i5 4670K

For those with DualShock 3 controllers, use the new XInput Wrapper SCP.

Dolphin

Minimum:

  • 3 GHz+ dual core CPU
  • DX10 GPU
  • 2 GB+ RAM

Recommended:

  • CPU: Intel Core i5 2500k, i5 3570K or i5 4670K
  • GPU: Nvidia 8800GT equivalent or better
  • RAM: 4 GB+

See the Dolphin page for further recommendations, such as controller setups.

Mednafen PSX

It is generally recommended that people have an Intel 2.0GHz dual-core processor or better for good performance with this emulator.

Higan

bsnes - Performance, bsnes - Balanced

A 2.0 GHz Intel dual-core processor will run most games full speed.

bsnes - Accuracy ???

DeSmuMe

  • Windows Vista SP2 or later
  • Mac OS X: v10.6.8 Snow Leopard or later
  • Linux: Any recent Linux distribution with a 2.6 kernel.
  • 3.0 GHz Intel Core 2 Duo CPU or equivalent
  • 2GB+ RAM

Enable the dynarec option for speedups.

PPSSPP

  • Modern CPU
  • OpenGL 2.1-compliant GPU

Enable the dynarec option for speedups.

References