libctru icon indicating copy to clipboard operation
libctru copied to clipboard

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

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

The function `fontGlyphIndexFromCodePoint` is called for every character when drawing text with citro2d, for example. The system font seems to handle characters using three mappings: CMAP_TYPE_DIRECT, CMAP_TYPE_TABLE, CMAP_TYPE_SCAN The first...

Hello- I'm working on a program which syncs retroarch save files between a remote service and my 3DS by comparing timestamps. I have everything working pretty nicely at the moment...

Test case source: https://github.com/xzn/libctru_dma_test/blob/master/source/main.c Interactive test: https://github.com/xzn/libctru_dma_test/raw/master/libctru_dma_test.3dsx Press any button to advance. Compiled using official devkitPro's pacman installed Windows binaries in msys2. Output from test: ![image](https://github.com/devkitPro/libctru/assets/1617680/e170dfce-e8a1-47f7-b84f-a9b828796f70) Switched case: ![image](https://github.com/devkitPro/libctru/assets/1617680/5aca7ef9-ceb0-4540-9139-10e92f58f052) (As...

I spent quite a while fiddling with `ndspChnWaveBufAdd` to get audio to play and noticed that the examples allocate a buffer with `linearAlloc` (which aligns to a multiple of 0x80)...

Heya, I'm trying to play sound effects with ndsp, but I can't get it working! Is there an easy way to play audio files?

To reproduce this bug just launch New Super Mario Bros 2, and afterwards any other homebrew game. Now, after initializing the GPU, no gpu commands (like `GX_MemoryFill`) seem to go...

These functions appear to allow sending raw commands without turning off the NFC field. https://github.com/HiddenRamblings/Thenaya/blob/b0f7cbc486f5455d8705920bab3bd3c39adb29f4/source/nfc.c#L263 I’m not sure what exactly they should be named, but some form of documentation should...

I am Getting 0xd9004676 on my 3ds when using `romfsMountFromTitle(id, media, "title"); // Sample` but works without error in CItra... Does someone know what can cause the issue and how...

When using the `c` command in GDB to get the program to continue, GDB for some reason tried pointing to ` /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1/libctru/source/services/hid.c:` Full Logs: ``` Remote debugging using 192.168.0.101:4003 0x00100000...