mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
30 lines
No EOL
1.2 KiB
Markdown
30 lines
No EOL
1.2 KiB
Markdown
# Pound
|
|
Also check out [obomori](https://github.com/Nikilites/oboromi), another emulator like Pound!
|
|
|
|
### Build status
|
|
#### Linux
|
|
<a><img src="https://img.shields.io/badge/current Linux x64 build-none-aaaaaa.svg"></a>
|
|
<a><img src="https://img.shields.io/badge/current Linux A64 build-none-aaaaaa.svg"></a>
|
|
#### Android
|
|
<a><img src="https://img.shields.io/badge/current Android A64 build-none-aaaaaa.svg"></a>
|
|
#### macOS
|
|
<a><img src="https://img.shields.io/badge/current Darwin x64 build-none-aaaaaa.svg"></a>
|
|
<a><img src="https://img.shields.io/badge/current Darwin A64 build-none-aaaaaa.svg"></a>
|
|
## 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](/docs/compguide.md)
|
|
|
|
## 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) |