Open source emulator for Ounce (Switch 2). Highly work in progress
Find a file
OwnedByWuigi e85efd0cf8
Merge pull request #27 from FlipNand/patch-1
Compatibility Table made
2025-06-22 21:39:53 +01:00
.github/workflows comment out macOS ARM to avoid build errors 2025-06-19 15:17:18 +01:00
3rd_Party SDL3 Basic Window 2025-06-20 21:14:51 +02: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
core rename settings to avoid build faliures 2025-06-21 15:06:37 -04:00
resources Added Submodule init with bash code block 2025-06-21 23:48:59 +02:00
WIP/fs Revert 3rd Party, add them to Core instead 2025-06-17 16:14:00 -04:00
.gitignore CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
.gitmodules SDL3 Basic Window 2025-06-20 21:14:51 +02:00
CMakeLists.txt SDL3 Basic Window 2025-06-20 21:14:51 +02:00
CMakeSettings.json CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
Compatibility Compatibility Table made 2025-06-22 15:48:21 -04:00
LICENSE Initial commit 2025-06-06 01:27:53 +01:00
README.md Enhance documentation 2025-06-21 06:32:54 -04:00





Pound

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

Overview

Join the Pound Discord Server!

Pound is an early-stage emulator for the Nintendo Switch 2, targeting Windows, Linux and macOS (Intel).

Future Supports: Android, macOS ARM

Important

Pound is still in early development — don't expect miracles.

Initial focus is on implementing the CPU, leveraging its architectural similarities to the original Nintendo Switch. Later stages will address differences in hardware between the two console generations.

How to Compile Pound

See the compilation guide for detailed instructions on how to compile Pound.

Codebase

Pound reuses selected components from existing Nintendo Switch 1 emulators, primarily Yuzu.
All third-party code is clearly documented and properly attributed in the relevant parts of the repository.

Contributing

(coming soon)

License

Credits

  • Parts of the emulator are based on code from the Yuzu project.
  • The phrase "don't expect miracles" is borrowed from the oboromi project by Nikilite — a Nintendo Switch 2 emulator written in Rust.