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

If you want to help libdragon, both the trunk and preview branches are missing work on the examples that should be updated to either migrate them to the new modern...

good first issue

1. Optimizes away all RTC read operations except the initial sync and recalculates the date/time based on sync point using ticks. 1. Support for "Software RTC with no persistence": if...

Currently, the VI setup causes the following situation in PAL50 mode: ![image](https://github.com/DragonMinded/libdragon/assets/72971433/5591574f-1180-497d-b577-72f9a33a1db7) `V_START` is set to 95 (0x5F) and `V_END` is set to 569 (0x239), drawing a total of 474...

fixed-in-preview

I apologize for not having a minimal repro for this but see the example in https://github.com/kannoneer/libdragon/blob/4521ce1bbee1328ba7022a203e33b3de0c85956b/examples/gameloop/gameloop.c#L111 ```c rdpq_sprite_blit(player_sprite, player.pos.x, player.pos.y, &(rdpq_blitparms_t){ .s0 = player.frame * PLAYER_SPRITE_SIZE, .width = PLAYER_SPRITE_SIZE, .flip_x...

fixed-in-preview

``` 80003570 : 80003570: 27bdffe8 addiu sp,sp,-24 80003574: ffa50008 sd a1,8(sp) 80003578: 10800006 beqz a0,80003594 8000357c: ffa50010 sd a1,16(sp) 80003580: dfa30008 ld v1,8(sp) 80003584: 2402ffff li v0,-1 80003588: 000217fc dsll32...

Replaced with uncompressed version of current gldemo sprite files.

Unexpected behavior: Directory defaults to /Users/{user} no matter what directory specified in the cmd prompt. I had to modify project-info.js to my specific directory to get it to initialize somewhere...

This allows manually preventing specific sections (that is, specific symbols, since `-ffunction-sections -fdata-sections` means one section per symbol) from being garbage collected by the linker ld in the case they...