nds_nflib/source
lifehackerhansol ef23e0418a
Do not force libfilesystem or libfat dependency
This removes dependency from the (frankly awful) libfilesystem, as well
as libfat.

fatInitDefault() or nitroFSInit() should be initialized outside of
NFlib, if one requires it. Within NFLib, we will only check whether
NitroFS is accessible, and fail otherwise.

This allows a user to still use libfat, libfilesystem or any other
NitroFS / FAT implementation, should one wish to use it, as long as the
implementation of NitroFS mounts to `nitro:/`, or the storage medium is
mounted to `sd:/` or `fat:/`.

This is a breaking change: users will need to update their code to
handle NitroFS and/or FAT inits on their own.

This also removes unnecessary filesystem.h and fat.h includes from all
other files.
2023-04-13 11:30:37 -07:00
..
nf_2d.c Use UTF-8 across all codebase 2023-04-13 18:51:09 +01:00
nf_3d.c Use UTF-8 across all codebase 2023-04-13 18:51:09 +01:00
nf_affinebg.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_basic.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_bitmapbg.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_colision.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_media.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_mixedbg.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_sound.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_sprite3d.c Use UTF-8 across all codebase 2023-04-13 18:51:09 +01:00
nf_sprite256.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_text16.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_text.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00
nf_tiledbg.c Do not force libfilesystem or libfat dependency 2023-04-13 11:30:37 -07:00