No description
Find a file
OwnedByWuigi bc80f289a8
Merge pull request #28 from ChewicoGIT/main
Added ImGui Support
2025-06-23 15:31:01 +01:00
.github/workflows comment out macOS ARM to avoid build errors 2025-06-19 15:17:18 +01:00
3rd_Party Added ImGui visual debugging. 2025-06-23 15:58:53 +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 Implmented ImGui 2025-06-23 15:58:53 +02: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 Implmented ImGui 2025-06-23 15:58:53 +02:00
.gitmodules Added ImGui visual debugging. 2025-06-23 15:58:53 +02:00
build.ninja Implmented ImGui 2025-06-23 15:58:53 +02:00
CMakeLists.txt Implmented ImGui 2025-06-23 15:58:53 +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-23 15:58:53 +02:00
LICENSE Initial commit 2025-06-06 01:27:53 +01:00
Pound Implmented ImGui 2025-06-23 15:58:53 +02: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.