No description
Find a file
OwnedByWuigi 3b3faf62f0
Merge pull request #7 from SamsonLib/main
Added print debug info, .write_byte and .read_byte to cpu
2025-06-14 10:48:29 +01:00
android Overhaul documentation 2025-06-12 10:54:53 -04:00
assets Added a assets folder and more documentation 2025-06-07 09:58:24 -04:00
core Added print debug info, .write_byte and .read_byte to cpu, with boundary check and rewrote the test program to use those. 2025-06-14 13:23:11 +02:00
ui Added print debug info, .write_byte and .read_byte to cpu, with boundary check and rewrote the test program to use those. 2025-06-14 13:23:11 +02:00
.gitignore added .DS_Store to gitignore for macOS users 2025-06-13 19:50:03 -04:00
LICENSE Initial commit 2025-06-06 01:27:53 +01:00
Makefile Edit makefile to start work on compling Yuzu's FS and start work on EmuGPU 2025-06-13 21:29:41 -04:00
README.md add macOS build status 2025-06-12 19:50:41 +01:00

Pound

Also check out obomori, another emulator like Pound!

Build status

Linux

Android

macOS

Overview

Pound aims to be one of the first functional emulators for the Nintendo Switch 2.

Development will begin with the CPU, as its architecture is nearly identical to the original Switch. After that, work will focus on bridging the differences between the two hardware generations.

Firmware Requirement

To use Pound, you will need to dump your own Switch or Switch 2 firmware and place it in the following directory:

/assets/fw/

No firmware or system files are provided with this emulator.

Codebase

Pound may reuse certain components from existing Nintendo Switch 1 emulators, such as Yuzu. All reused code will be explicitly documented and credited in the appropriate sections of the repository.