grit didn't output s32/u32 types, you shouldn't have been using those types to access data added via grit. This is a bug in your code, it isn't a mismatch between libtonc and grit.
Search found 2058 matches
- Sun May 25, 2025 5:21 pm
- Forum: GBA Development
- Topic: bug between libtonc and grit
- Replies: 3
- Views: 4877
- Sun May 25, 2025 4:28 pm
- Forum: Announcements
- Topic: May 2025 updates
- Replies: 21
- Views: 16131
devkitPPC release 47
- binutils updated to 2.44
- gcc updated to 15.1.0
- newlib updated to 4.5.0
Recommended and supported installation for all our releases is via devkitPro pacman
- Fri May 23, 2025 12:16 am
- Forum: Announcements
- Topic: libogc license controversy
- Replies: 1
- Views: 14668
Re: libogc license controversy
After some discussion with RTEMS we have agreed to resolve this matter by including the necessary licensing and copyright notice from RTEMS for the derivative code. See https://github.com/devkitPro/libogc/pull/210
- Sun May 18, 2025 9:49 pm
- Forum: Announcements
- Topic: May 2025 updates
- Replies: 21
- Views: 16131
libfat-nds 2.0.1
- Register FAT driver statically instead of on first call to fatInit
Recommended and supported installation for all our releases is via devkitPro pacman
- Sun May 18, 2025 5:53 pm
- Forum: 3DS Development
- Topic: Arm11 Exception when running homebrew that uses romfs files.
- Replies: 2
- Views: 6710
Re: Arm11 Exception when running homebrew that uses romfs files.
I think you probably updated while we were still rolling some releases and hadn't yet rolled a new libctru. Everything should be working now assuming you have all the latest updates. sudo dkp-pacman -Syu
to make sure.
- Sat May 17, 2025 11:40 am
- Forum: Bug Reports
- Topic: macOS .pkg installer signing broken
- Replies: 1
- Views: 8614
Re: macOS .pkg installer signing broken
- Fri May 16, 2025 10:04 pm
- Forum: Bug Reports
- Topic: Cannot compile Examples
- Replies: 3
- Views: 9052
Re: Cannot compile Examples
Don't redefine the DEVKITPRO & DEVKITARM variables when compiling. These should be set in your environment already.
Run the following command to ensure your devkit install is up to date and all required components are installed.
Code: Select all
sudo dkp-pacman -S nds-dev --needed
- Fri May 16, 2025 8:20 pm
- Forum: Announcements
- Topic: libogc license controversy
- Replies: 1
- Views: 14668
libogc license controversy
- Thu May 15, 2025 7:41 am
- Forum: 3DS Development
- Topic: cant install 3ds-dev with pacman on fedora
- Replies: 3
- Views: 21138
Re: cant install 3ds-dev with pacman on fedora
# An example of a custom package repository. See the pacman manpage for ...
- Thu May 15, 2025 6:27 am
- Forum: 3DS Development
- Topic: cannot install libctru
- Replies: 2
- Views: 9585
Re: cannot install libctru
It was a minor packaging hiccup, sorry. The package signing failed and the release process missed the error which then resulted in no signature file being uploaded. Apologies for the inconvenience.