Skip to content

Commit

Permalink
Remove fatfs driver and use standard driver for SD (as recommended fo…
Browse files Browse the repository at this point in the history
…r Aroma) (#46)

* delete fatfs

* remove fatfs references

* remove fat init

* sd: -> fs:

* include memalign

* update toolchain

* fix paths

* remove print

* remove logging again
  • Loading branch information
jan-hofmeier authored Mar 17, 2024
1 parent d4dceea commit 764e61a
Show file tree
Hide file tree
Showing 41 changed files with 34 additions and 25,964 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/wiiu-env/devkitppc:20230621
FROM ghcr.io/wiiu-env/devkitppc:20231112

COPY --from=ghcr.io/wiiu-env/libmocha:20230621 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/libmocha:20231127 /artifacts $DEVKITPRO

RUN git clone --recursive https://github.com/yawut/libromfs-wiiu --single-branch && \
cd libromfs-wiiu && \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include $(DEVKITPRO)/wut/share/wut_rules
#-------------------------------------------------------------------------------
TARGET := savemii
BUILD := build
SOURCES := src src/fatfs src/fatfs/sd_devoptab src/utils src/menu
SOURCES := src src/utils src/menu
DATA := data
INCLUDES := include
CONTENT :=
Expand Down
24 changes: 0 additions & 24 deletions src/fatfs/LICENSE.txt

This file was deleted.

18 changes: 0 additions & 18 deletions src/fatfs/devices.c

This file was deleted.

26 changes: 0 additions & 26 deletions src/fatfs/devices.h

This file was deleted.

Loading

0 comments on commit 764e61a

Please sign in to comment.