update emulators

This commit is contained in:
JMARyA 2025-07-06 01:03:08 +02:00
parent 9ec7a79348
commit e075ade75e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 55 additions and 5 deletions

View file

@ -4,15 +4,22 @@ obj: meta/collection
--- ---
# Emulation # Emulation
Emulation is a fascinating technology that enables one computer system, known as the host, to imitate the functionality of another system, known as the guest. This process allows software designed for one platform to run seamlessly on a different platform, preserving the user experience and functionality. Emulation has diverse applications, ranging from preserving vintage video games to running legacy software on modern systems. for example [qemu](../linux/qemu.md) allows emulating other cpu architectures. Emulation is a fascinating technology that enables one computer system, known as the host, to imitate the functionality of another system, known as the guest. This process allows software designed for one platform to run seamlessly on a different platform, preserving the user experience and functionality. Emulation has diverse applications, ranging from preserving vintage video games to running legacy software on modern systems. for example [qemu](../linux/qemu.md) allows emulating other cpu architectures.
## Emulators ## Emulators
| Emulator | Target System | | Emulator | Target System |
| ----------------------------------------- | ----------------------- | | ----------------------------------------- | ----------------------- |
| [Yuzu](Yuzu.md) | Nintendo Switch | | [Yuzu](Yuzu.md) | Nintendo Switch |
| [Ryujinx](Ryujinx.md) | Nintendo Switch |
| [Cemu](Cemu.md) | Nintendo Wii U | | [Cemu](Cemu.md) | Nintendo Wii U |
| [RPCS3](RPCS3.md) | Playstation 3 | | [desmume](desmume.md) | Nintendo DS |
| [Citra](Citra.md) | Nintendo 3DS | | [Citra](Citra.md) | Nintendo 3DS |
| [Dolphin Emulator](Dolphin%20Emulator.md) | Nintendo Wii + GameCube | | [Dolphin Emulator](Dolphin%20Emulator.md) | Nintendo Wii + GameCube |
| [Project64](Project64.md) | Nintendo 64 |
| [Mesen2](Mesen2.md) | Nintendo NES |
| [PCSX2](PCSX2.md) | Playstation 2 | | [PCSX2](PCSX2.md) | Playstation 2 |
| [Ryujinx](Ryujinx.md) | Nintendo Switch | | [RPCS3](RPCS3.md) | Playstation 3 |
| [ShadPS4](ShadPS4.md) | Playstation 4 |
| [mGBA](mGBA.md) | GameBoy Advance |

View file

@ -0,0 +1,8 @@
---
obj: emulator
website: https://www.mesen.ca
repo: https://github.com/SourMesen/Mesen2
---
# Mesen2
Mesen2 is a high-accuracy, cross-platform emulator for Nintendo Entertainment System (NES), Super Nintendo Entertainment System (SNES), and related systems like Famicom Disk System and Super Famicom. It is the spiritual successor to the original Mesen emulator, now unified under one multi-system project.

View file

@ -0,0 +1,8 @@
---
obj: emulator
website: https://www.pj64-emu.com/
repo: https://github.com/project64/project64
---
# Project64
Project64 is a free and open-source Nintendo 64 emulator, allowing users to play N64 games on their computers with enhanced graphics, controller support, and various features not present in the original console.

View file

@ -0,0 +1,10 @@
---
obj: emulator
website: https://shadps4.net
repo: https://github.com/shadps4-emu/shadps4
---
# ShadPS4
**ShadPS4** is an experimental open-source emulator for Sony's PlayStation 4.

View file

@ -0,0 +1,8 @@
---
obj: application
repo: https://github.com/TASEmulators/desmume
---
# Desmume
DeSmuME is a free and open-source emulator for the Nintendo DS. Known for its balance of performance, compatibility, and features, DeSmuME supports most commercial and homebrew games with high accuracy.

View file

@ -0,0 +1,9 @@
---
obj: application
website: https://mgba.io
repo: https://github.com/mgba-emu/mgba
---
# mGBA
mGBA is a modern, fast, and open-source emulator for the Game Boy Advance.