Go to file
Maschell 1e8d70119b Use libmocha insteads of libiosuhax 2022-07-26 16:27:20 +02:00
.github/workflows Wii U support 2020-12-06 23:06:22 +01:00
example *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
include Use libmocha insteads of libiosuhax 2022-07-26 16:27:20 +02:00
source Use libmocha insteads of libiosuhax 2022-07-26 16:27:20 +02:00
.gitignore Wii U support 2020-12-06 23:06:22 +01:00
AUTHORS *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
CREDITS *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
Dockerfile.wiiu Use libmocha insteads of libiosuhax 2022-07-26 16:27:20 +02:00
LICENSE *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
Makefile Wii U support 2020-12-06 23:06:22 +01:00
README.md Use libmocha insteads of libiosuhax 2022-07-26 16:27:20 +02:00
READMII *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00

README.md

libntfs for the Wii U

Usage

Link the application with:

-lntfs -libmocha

Dependencies

To be able to use libntfs for the Wii u, you need to install the following dependencies:

Building

make wiiu-release

Use the prebuilt files from a Docker image.

The image wiiuenv/libntfs on Docker Hub provides a prebuilt library in the /artifacts directory. Copy it into your DevkitPPC portlibs folder.

Example:

COPY --from=wiiuenv/libntfs:20220726 /artifacts $DEVKITPRO