No description
Find a file
Ronald Caesar d61fbe3514
jit/ir: Remove instruction linked list
The linked list was implemented to store instructions in a basic block.
Instructions will now be stored in arrays to keep logic simple and
straight-foward.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-11-27 15:59:16 -04:00
.github Update to macOS 15-intel ahead of macOS 13's depreciation 2025-10-10 12:40:37 +01:00
3rd_Party tests/jit: Add IR tests 2025-11-08 16:37:41 -04:00
design_docs docs: Remove mmio design doc 2025-09-29 23:30:37 -04:00
resources new, better logo + fuck webp 2025-07-25 12:41:18 -04:00
scripts Big Commit 2025-09-27 09:16:49 -04:00
src jit/ir: Remove instruction linked list 2025-11-27 15:59:16 -04:00
tests/jit/ir tests/jit: Add IR tests 2025-11-08 16:37:41 -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 extern/googletest: Add testing library 2025-11-08 15:41:04 -04:00
BARC-style-guide.pdf jit: Add Barr C code standard 2025-10-26 13:59:48 -04:00
CMakeLists.txt Remove PVM folder 2025-11-25 22:58:50 -04: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
COMPILING.md Big Commit 2025-09-27 09:16:49 -04:00
CONTRIBUTING.md Rewrote Contributing guidelines 2025-11-22 22:37:51 -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