Search found 2058 matches

by WinterMute
Mon May 26, 2025 3:01 pm
Forum: DS/DSi Development
Topic: None of the examples work. Only white screen.
Replies: 5
Views: 18534

Re: None of the examples work. Only white screen.

InTheBox wrote: Wed Mar 12, 2025 10:20 pm

Is there a fix to this issue, im having this problem now on both melonDS and DSmume

As noted above, please use the latest release of melonDS and a recent nightly build of DeSmume

by WinterMute
Mon May 26, 2025 2:59 pm
Forum: Switch Development
Topic: Getting 403 trying to install devkitpro in fedora
Replies: 3
Views: 2566

Re: Getting 403 trying to install devkitpro in fedora

It's hard to tell without knowing your IP address.

Are you using some kind of VPN? It seems that some VPNs use the same servers as github CI which is blocked from accessing our package repositories.

by WinterMute
Mon May 26, 2025 2:52 pm
Forum: Gamecube/Wii Development
Topic: Makefile
Replies: 1
Views: 1988

Re: Makefile

Apologies. I hadn't got around to rolling a new package with the latest example updates. pacman -Syu should get you the latest working examples.

by WinterMute
Mon May 26, 2025 10:42 am
Forum: GBA Development
Topic: bug between libtonc and grit
Replies: 3
Views: 4630

Re: bug between libtonc and grit

This is clearly an error in the example code though. You shouldn't prototype functions with one type and then implement them with another

by WinterMute
Mon May 26, 2025 10:37 am
Forum: Switch Development
Topic: trying to compile ftpd - cant find ZLIB
Replies: 1
Views: 1725

Re: trying to compile ftpd - cant find ZLIB

You're attempting to build ftpd for the host system - ftpd is a multiplatform project which can be built for many of the platforms we support.

You can build for switch by running these commands from the source directory

/opt/devkitpro/portlibs/switch/bin/aarch64-none-elf-cmake -B _switch -S ...
by WinterMute
Sun May 25, 2025 11:21 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 15109

wut 1.8.0

Fix typo in nsysnet and add more nn::ac functions. by @dkosmari in https://github.com/devkitPro/wut/pull/401
coreinit: Add memory allocator functions by @dkosmari in https://github.com/devkitPro/wut/pull/402
Various additions to padscore by @dkosmari in https://github.com/devkitPro/wut/pull/406 ...
by WinterMute
Sun May 25, 2025 11:18 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 15109

devkitPro cmakery

Update cmake wrappers to use env variable to set toolchain file instead of -D. Allows --build --install etc to work normally.

wiiu-cmake: 1.3.2-1
wii-cmake: 1.0.1-1
switch-cmake: 1.5.2-1
gba-cmake: 1.0.2-1
nds-cmake: 1.3.1-1
gamecube-cmake: 1.0.1-1
devkita64-cmake: 1.1.3-1
devkitppc-cmake ...
by WinterMute
Sun May 25, 2025 11:15 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 15109

libogc 2.11.0

add more ES functions by @Naim2000 in https://github.com/devkitPro/libogc/pull/191 and https://github.com/devkitPro/libogc/pull/193
minor network and ES fixes by @DacoTaco in https://github.com/devkitPro/libogc/pull/196
network: implement net_select() for the Wii by @mardy in https://github.com ...
by WinterMute
Sun May 25, 2025 9:50 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 15109

Re: libfat-ogc 2.1.0

  • Add support for variable disc sector.
  • wii: Add support for big sector USB drives.
  • ogc: add mechanism for disabling USB storage mount

Recommended and supported installation for all our releases is via devkitPro pacman

by WinterMute
Sun May 25, 2025 5:38 pm
Forum: devkitARM
Topic: devkitARM from devPro Updater 1.6.0 in Linux (docker)
Replies: 1
Views: 2378

Re: devkitARM from devPro Updater 1.6.0 in Linux (docker)

The Updater has always been a web installer which downloaded the latest components we supply. It isn't possible to determine what component versions correspond to any particular version of the Updater - it could be a whole range. We also didn't keep a record of what those versions might be since we ...