Open source emulator for Ounce (Switch 2). Highly work in progress
Find a file
2025-06-17 14:52:59 -04:00
.github/workflows Hopefully get a macOS build running 2025-06-17 14:52:59 -04:00
3rd_Party Move all from Import folder to 3rd_party as per #14 2025-06-17 14:38:13 -04:00
android/app/src/main/cpp/org/pound/poundemu Move all from Import folder to 3rd_party as per #14 2025-06-17 14:38:13 -04:00
assets Added a assets folder and more documentation 2025-06-07 09:58:24 -04:00
core CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
docs Edit documentation 2025-06-16 12:55:54 -04:00
WIP/fs CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
.gitignore CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
.gitmodules CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
CMakeLists.txt CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
CMakeSettings.json CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
LICENSE Initial commit 2025-06-06 01:27:53 +01:00
README.md Hopefully get a macOS build running 2025-06-17 14:52:59 -04:00

Pound

“i think of getting pounded when i see that [name]” - Satisfied Customer

Also check out obomori, another emulator like Pound!

Build status

Linux

Android

macOS

Windows

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.

How to compile Pound

See documentation

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.

Contributing and working on Pound

(coming soon)