libdragon icon indicating copy to clipboard operation
libdragon copied to clipboard

Open source library for N64 development.

Results 76 libdragon issues
Sort by recently updated
recently updated
newest added

Rumble pak stays active if active when the console is reset or the exception screen pops up. A forced reset/deactivation should be added to these, and possibly other, edge cases.

Hello, I have cloned the preview branch of libdragon and I was following Option 3 in the install guide. I got to Step 7: Run `./build.sh` at the top-level. This...

This change adds code to be able to open DOM2 space as a regular file handle.

Currently only 8bit signed is supported. Add the ucode to support unsigned input.

[message (4).txt](https://github.com/user-attachments/files/17351113/message.4.txt) ******* CPU EXCEPTION ******* Invalid program counter address exception at PC:00000000 Exception address: 00000000 GPR: zr: ---- ---- 0000 0000 at: ---- ---- 8080 0000 v0: ---- ----...

By putting output into the .meta section, ucodes can now store arbitrary metadata about themselves in a blob that is separate to text and data. If a ucode does not...