Remove libfat

This commit is contained in:
Xpl0itU 2022-10-24 10:33:11 +02:00
parent a81ae398d5
commit 837fdbff12
2 changed files with 1 additions and 3 deletions

View File

@ -53,7 +53,7 @@ CXXFLAGS := -std=gnu++20 -g -Wall -Wno-switch -Wno-format-overflow -Ofast -fperm
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map)
LIBS := -lfat -lwut -lmocha -ljansson `freetype-config --libs`
LIBS := -lwut -lmocha -ljansson `freetype-config --libs`
include $(PORTLIBS_PATH)/wiiu/share/romfs-wiiu.mk
CFLAGS += $(ROMFS_CFLAGS)

View File

@ -16,8 +16,6 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fat.h>
#include <mocha/disc_interface.h>
#include <mocha/mocha.h>
#define PATH_SIZE 0x400