Computer specifications

From Emulation General Wiki
Revision as of 20:03, 30 August 2018 by 222.164.217.187 (talk) (more information for the recommended specs part, why are these so hard to find info on??)
Jump to navigation Jump to search

Generally, emulation mostly runs off the CPU, with the GPU allowing for higher resolutions, anti-aliasing, and so on. If your CPU isn't fast enough, you probably won't be able to emulate a system at its full speed. At the very least, a Core i5-2500K or better is recommended for high-end emulation (e.g. PS2, Wii). This page will detail specific information for specific systems, provided that 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 (Pentium 4 HT 672 3.8 GHz), doesn't mean that it is powerful.[1] For example, a Celeron D 365 overclocked to 8 GHz is light-years less powerful than a Xeon X5698 running at 4.5 GHz. Newer CPUs tend to fare better, though the particular architecture does matter determining its real-world performance. A common misconception is that a higher CPU clock speed guarantees improved emulation performance, which doesn't always apply. Although clock speed is one of the main factors for good CPU performance, it is not always the determining factor. For example, a Core 2 Duo E6600 @ 2.4GHz CPU will mostly outperform a Pentium D 940 @ 3.2GHz CPU. Even though the Pentium D is clocked higher, the Core 2 Duo is still faster due to the reduced amount of pipeline stages and a wider execution unit. This improves the instructions-per-clock cycle performance it can output, which means better performance at a lower clock speed.

This comparison only points to AMD's Bulldozer microarchitecture versus Intel's Ivy Bridge microarchitecture, not currently: This is also true of many modern Intel vs AMD CPUs[2][3][4][5][6][7], as the high-end Intel CPUs are more efficient than the high-end AMD CPUs. Main reason for that is because Intel CPUs have higher performing floating-point units,[8][9] far greater cache/memory bandwidth/lower latency[10][11].

AMD vs. Intel

As of Ryzen, AMD CPUs have a very similar single-threaded performance to Intel CPUs, which makes both options a good choice for emulation. Any AMD pre-Ryzen CPUs or Intel pre-Sandy Bridge CPUs will give varied results, depending on the emulator's requirements.

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 fewer cores than desktop CPUs with similar naming schemes. Therefore, it is suggested to research on a mobile CPU's performance before purchasing one. An example of a very similar naming scheme, but not exactly true to its performance, has a name that might match a desktop CPU's name. A good comparison is the Core i7-6700HQ versus the Core i7-6700, notice the obvious speed differences?

More Cores and Threads

Emulators generally only utilize 2 cores, or with hacks, sometimes 3 or 4 cores. Thus, owning a 6 or an 8-core CPU, or one equipped with Hyper-Threading/Simultaneous-MultiThreading, won't benefit you anymore than having a similar quad-core CPU.

Although, newer system emulators such as RPCS3 can utilize more cores by emulating the system's thread scheduler, which allows it to use as many cores as a game makes threads.

Overclocking

Not every CPU can be overclocked, nor does every motherboard/BIOS support it. An advantage of the Intel K series is that they are unlocked and can easily be overclocked. Also, certain Intel processors such as their Pentium 20th Anniversary CPU are sold unlocked for a cheaper price than K-series chips, and while they may lack features like hyperthreading, they're capable enough especially for those who would like to overclock on a budget. Keep in mind that budget motherboards e.g. certain Haswell H and B-series boards from ECS and ASUS only have options for setting the processor's multiplier and not voltages. Also, Intel may block overclocking on non-Z series boards in future microcode/BIOS updates. So if it can't play a game currently then you can, in many cases, overclock it until it is playable. Laptop CPUs often cannot be overclocked due to BIOS limitations. Extreme or incorrectly-done overclocking can cause instability and hardware damage. If the emulator starts having problems try again without overclocking.

For older desktop motherboards, there is a chance of it supporting overclocking by increasing the FSB clock speed. This might or might not apply to many old motherboards. Generally, they should be capable of changing their FSB clock speed with a small edit in the BIOS. The issue is that those that support changing the FSB clock speed, might not be capable of changing the processor's supplied voltage without doing wire wrap modifications or similar to the socket. Which makes it very difficult for an overclock to be stable. There must also be a PCI/AGP lock to prevent the FSB from increasing other clock speeds of different components on the motherboard, as this removes the chance of killing or destroying other crucial components. You can still overclock without it, but try not to cross the 40 MHz mark on the PCI bus. Also, increasing the processor's supplied voltage isn't exactly necessary for certain processors that are well-known to handle substantial increases in clock speeds. Another factor is the motherboard, as it depends on its VRMs to supply voltage. Thus due to this, low-end motherboards with lower-grade VRMs won't be as powerful to supply sufficient voltage for the processor be stable.

For certain laptop CPUs, some of them can be overclocked. A good way to acknowledge that you have an overclockable CPU is to check if it has an "Extreme" label on its name for Intel processors, or a "Black Edition" label on its name for AMD processors. As most laptops don't allow overclocking through the BIOS, third-party applications such as ThrottleStop must be used to overclock these processors instead. However, if your laptop does not have enough thermal headroom for overclocking, it is suggested that you don't overclock. Otherwise, you risk a chance of purposely throttling the CPU's speed and getting slower results instead. This is due to the built-in temperature protection that exists in most laptop CPUs, which generally does not allow itself to exceed 100 degrees celsius.

If your processor is unfortunately not an Extreme or a Black Edition, don't worry. There is an old way of increasing the FSB clock speed through the PLL. The PLL or otherwise known as the Phase-Locked-Loop is a chip that usually controls the FSB clock speed signal, internally for desktops and laptops alike. In this desperate case, we can use ClockGen or CPUCool or SetFSB to control the PLL for increased speeds. A cautionary advice to take note of, is that laptops mostly do not come with a PCI/AGP lock. This means that you will still face the potential data corruption that may occur at higher FSB clock speeds, so the desktop's 40MHz PCI do-not-cross-line mark still applies in this case. However, this only applies if your laptop's PLL is supported by one of these programs mentioned. You will be unfortunately, out of luck if all of these programs do not support your laptop's PLL.

GPU

GPUs are basically just hundreds of under-powered CPUs on the same die, or better described as a massively parallel CPU with a core count that far exceeds most traditional multi-core CPUs.

The thing is, with 3D graphics, you can split the work up into hundreds of different parts and give each piece to a different core on the GPU to work on. 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 frame.

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 did 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 does not know what comes next until it has done what preceded it. It has to run off 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 system capable of being emulated 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 more CPU power, which may mostly 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 fast enough in the first place.

Recommended Specs

PCSX2

Minimum
  • Windows: XP with Service Pack 3 or later
  • macOS: Snow Leopard (10.6.3) or later
  • CPU: Intel Core 2 Duo E8700 @ 3.5 GHz or AMD Phenom II X2 B60 @ 3.5 GHz or better
  • GPU: NVIDIA GeForce 8800 GT or ATI Radeon HD 5670 or better
  • RAM: 2 GB or more
Recommended
  • Windows: Vista with Service Pack 2 32-bit or later
  • macOS: Snow Leopard (10.6.8) or later
  • CPU: Intel Core i5-2500K @ 3.4 GHz or AMD Ryzen 3 1300X @ 3.6 GHz or better
  • GPU: NVIDIA GeForce GTX 650 or ATI Radeon HD 5700 or better
  • RAM: 4 GB or more

For information on DualShock 3 controller support, see SCP Driver Package.

Dolphin

Minimum
  • Windows: 7 with Service Pack 1 64-bit or later
  • macOS: Yosemite (10.10) or later
  • Ubuntu: Latest LTS or stable
  • CPU: Intel Core 2 Duo E8400 @ 3 GHz or AMD Phenom II X2 545 @ 3 GHz or better
  • GPU: NVIDIA GeForce 8800 Ultra or ATI Radeon HD 3870 or better
  • RAM: 2 GB or more
Recommended
  • CPU: Intel Core i5-2500K @ 3.4 GHz or AMD Ryzen 3 1300X @ 3.6 GHz or better
  • GPU: NVIDIA GeForce GTX 750 Ti or AMD Radeon R7 360 or better
  • RAM: 4 GB or more

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

Mednafen PSX

For good performance
  • Windows: XP Professional x64 with Service Pack 2 (64-bit)
  • CPU: Intel Core 2 Duo E8400 @ 3 GHz or AMD Phenom II X2 545 @ 3 GHz or better
  • GPU: NVIDIA GeForce 8300 GS or ATI Radeon HD 2350 PRO or better
  • RAM: 1 GB or more
For accuracy
  • CPU: Intel Core 2 Duo E8700 @ 3.5 GHz or AMD Phenom II X2 B60 @ 3.5 GHz or better
  • RAM: 2 GB or more

Higan

For performance and balanced (for most games at full speed)
  • Windows: 7 with Service Pack 1 32-bit
  • macOS: Lion (10.7) or later
  • Linux: Distributions using kernel 3.2 or later
  • CPU: Intel Core 2 Duo E8600 @ 3.33 GHz or AMD Phenom II X2 560 BE @ 3.3 GHz or better
  • GPU: NVIDIA GeForce 8300 GS or ATI Radeon HD 2350 PRO or better
  • RAM: 2 GB or more
For accuracy
  • CPU: Intel Core i3-3250T @ 3 GHz or AMD Ryzen 3 1200 @ 3.1 GHz or better

DeSmuMe

  • Windows: Vista or later (XP with Service Pack 3 by placing msvcp100.dll and msvcr100.dll in program folder, proof)
  • macOS: Snow Leopard (10.6.8) or later
  • Linux: Distributions using kernel 2.6 or later
  • CPU: Intel Core 2 Duo E8400 @ 3 GHz or AMD Phenom II X2 545 @ 3 GHz or better
  • GPU: NVIDIA GeForce2 MX200 or ATI Radeon 7000 or Intel Extreme Graphics 2 or 3dfx Voodoo4 4500 or PowerVR Kyro II or S3 DeltaChrome S4 or Trident XP4 or XGI Volari V3 or Matrox Millennium G200 or better
  • RAM: 2 GB or more

Enable the dynarec option for speedups.

PPSSPP

  • Windows: XP with Service Pack 3 or later
  • macOS: Mountain Lion (10.7) or later
  • Linux: Distributions using kernel 2.6.32 or later
  • CPU: Intel Pentium 4 HT @ 3.4 GHz (Northwood) or AMD Athlon 64 3000+ (Clawhammer) @ 2 GHz or better
  • GPU: NVIDIA GeForce FX 5100 or ATI Radeon X1050 or Intel GMA 3000 or S3 Chrome S25 or better
  • RAM: 1 GB or more

Enable the dynarec option for speedups.

References