No description
Find a file
GloriousTacoo c508a927ea
docs: Adjust one typo (#87)
## Description
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

Just a simple typo in this one README file to adjust. 

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] Documentation update
- [ ] Refactoring (no functional change, code cleanup)
- [ ] Performance improvement

## Code Review Process
**IMPORTANT**: This project maintains an extremely high standard for
code quality and correctness. By submitting this pull request, you
acknowledge and agree to the following:

1. **You must be able to defend every single line of code you have added
or modified**
2. **You must be prepared to explain the reasoning behind every design
decision**
3. **You must be able to discuss and justify your approach to solving
the problem**
4. **You must be ready to address all feedback and make requested
changes**
5. **You must have thoroughly tested your changes and be confident in
their correctness**

The code review process for this project is intentionally tedious and
thorough. Do not submit a pull request unless you are prepared to defend
your PR changes.

## Breaking Changes
If this change introduces any breaking changes, please describe them
here.

## Checklist
- [X] My code follows the project's coding style guidelines
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have read the project's CONTRIBUTING guidelines
- [X] I understand and agree to the rigorous code review process
described above
2025-12-05 18:19:21 -04:00
.github jit/decoder: Add generated arm32 tests 2025-11-30 06:14:03 -04:00
3rd_Party refactor: Humongous Commit 2025-11-29 14:53:02 -04:00
resources new, better logo + fuck webp 2025-07-25 12:41:18 -04:00
scripts jit/decoder: Add generated arm32 tests 2025-11-30 06:14:03 -04:00
src Adjust one typo 2025-12-05 10:37:57 -05:00
tests/jit jit/decoder: Add generated arm32 tests 2025-11-30 06:14:03 -04:00
.clang-format jit: Add Barr C code standard 2025-10-26 13:59:48 -04:00
.gitignore arm64: Rename memory.h to guest.h 2025-08-16 18:17:59 -04:00
.gitmodules refactor: Humongous Commit 2025-11-29 14:53:02 -04:00
BARC-style-guide.pdf jit: Add Barr C code standard 2025-10-26 13:59:48 -04:00
CMakeLists.txt Convert codebase to C 2025-12-04 07:26:16 -04:00
CMakeSettings.json CMake, Big Cleanup, CI Build and 3rd_Party 2025-06-17 18:51:46 +02:00
COMPILING.md Big Commit 2025-09-27 09:16:49 -04:00
CONTRIBUTING.md Convert codebase to C 2025-12-04 07:26:16 -04:00
LICENSE Use GPL-2.0 2025-06-24 21:06:25 +02:00
README.md Update Readme 2025-10-04 19:51:38 -04:00





Pound

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

Overview

IMPORTANT: THIS PROJECT WILL NOT BE READY FOR A DECADE MINIMUM!

Join the Pound Discord Server!

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

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

Disclaimer

The goal of this project is to experiment, research, and educate on the topic of emulation of modern devices and operating systems. It is not for enabling illegal activity. All information is obtained via reverse engineering of legally purchased devices and games and information made public on the internet (you'd be surprised what's indexed on Google...). We are not any way affiliated with Nintendo or NVidia.

How to Compile Pound

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

Contributing

See here before submitting a pull request.

License