libctru icon indicating copy to clipboard operation
libctru copied to clipboard

Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)

Results 39 libctru issues
Sort by recently updated
recently updated
newest added

[This commit](https://github.com/devkitPro/libctru/commit/03cade8c4507c2c42c72aed6920225ec78cc330f) introduced a regression which caused users to see invalid data when accessing the `FriendMii` struct. This was caused by the presence of extra fields at the beginning of...

- Added all missing AM service commands. - Added missing AM struct / enum definitions. - Improve existing AM struct definitions. - Improve overall documentation for commands and structs/enum values.

I built a [library](https://github.com/kynex7510/CTRGX) which is a custom implementation of the GX subsystem. The reason for this is to support both userland and baremetal homebrew with a unified interface, as...

Adds basic API similar to the ir:U and ir:RST APIs, with [all commands documented on 3DBrew](https://www.3dbrew.org/wiki/IR_Services#ir:USER) implemented. Implementation of some functions was based on [that of ctru-rs](https://github.com/rust3ds/ctru-rs/blob/master/ctru-rs/src/services/ir_user.rs). I don't have...

## Feature Request ### What feature are you suggesting? #### Overview: The typical way to flush data to the DSP is with DSP_FlushDataCache. However, its performance is actually very poor...

Matches the structure described in [3ds_ps](https://github.com/luigoalma/3ds_ps).

Consists of the bare minimum changes to allow passing a `const u32*` to `DVLB_ParseFile()`. Compiles and runs properly, though I'm not an expert with the PICA200 so I wouldn't be...

## Bug Report ### What's the issue you encountered? Console scrolling no longer works correctly in `libctru 2.6.2`. - The very first printed line becomes sticky in the first row...

## Bug Report ### What's the issue you encountered? Hello ! So I've been messing with the Notifications api (NEWS) but i quickly noticed that some of the functions were...