Search found 1 match

by InvoxiPlayGames
Wed Nov 27, 2024 8:58 pm
Forum: Bug Reports
Topic: Various filesystem functions fail with latest libfat-ogc
Replies: 1
Views: 277

Various filesystem functions fail with latest libfat-ogc

Trying to compile several homebrew projects (Chadderz121/brainslug-wii, DarkMatterCore/xyzzy-mod, among others) with the latest devkitPPC, libogc and libfat-ogc updates result in the "fatMountSimple" function call to fail.

Example of the faulty code:

fatMountSimple("sd", &__io_wiisd ...