https://github.com/pound-emu/pound
Open source emulator for Ounce (Switch 2). Highly work in progress
https://github.com/pound-emu/pound
emulation emulator homebrew nintendo nintendo-switch nintendo-switch-2 switch switch-2
Last synced: 3 months ago
JSON representation
Open source emulator for Ounce (Switch 2). Highly work in progress
- Host: GitHub
- URL: https://github.com/pound-emu/pound
- Owner: pound-emu
- License: gpl-2.0
- Created: 2025-06-06T00:27:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T15:50:28.000Z (3 months ago)
- Last Synced: 2025-06-29T16:39:57.602Z (3 months ago)
- Topics: emulation, emulator, homebrew, nintendo, nintendo-switch, nintendo-switch-2, switch, switch-2
- Language: C++
- Homepage:
- Size: 4.83 MB
- Stars: 145
- Watchers: 15
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
Pound“i think of getting pounded when i see that [name]” – Satisfied Customer
## Overview
Join the [**Pound Discord Server**](https://discord.gg/aMmTmKsVC7)!
**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**](/resources/docs/compguide.md) 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
- Distributed under the [**GNU GPL-2.0 license**](https://github.com/pound-emu/pound/blob/main/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**](https://github.com/Nikilites/oboromi) project by **Nikilite** — a Nintendo Switch 2 emulator written in Rust.