mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-23 02:47:25 -05:00
Remove libfat
This commit is contained in:
parent
a81ae398d5
commit
837fdbff12
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user