diff --git a/nyx/nyx_gui/frontend/fe_emummc_tools.c b/nyx/nyx_gui/frontend/fe_emummc_tools.c index ec56bd3..156e5f1 100644 --- a/nyx/nyx_gui/frontend/fe_emummc_tools.c +++ b/nyx/nyx_gui/frontend/fe_emummc_tools.c @@ -28,7 +28,6 @@ #include "../config.h" #include #include -#include "../storage/nx_emmc_bis.h" #define OUT_FILENAME_SZ 128 #define NAND_PATROL_SECTOR 0xC20 diff --git a/nyx/nyx_gui/frontend/gui_emummc_tools.c b/nyx/nyx_gui/frontend/gui_emummc_tools.c index e7cc243..6ad79ec 100644 --- a/nyx/nyx_gui/frontend/gui_emummc_tools.c +++ b/nyx/nyx_gui/frontend/gui_emummc_tools.c @@ -22,7 +22,6 @@ #include "fe_emummc_tools.h" #include "gui_tools_partition_manager.h" #include -#include "../storage/nx_emmc_bis.h" extern char *emmcsn_path_impl(char *path, char *sub_dir, char *filename, sdmmc_storage_t *storage); diff --git a/nyx/nyx_gui/frontend/gui_info.c b/nyx/nyx_gui/frontend/gui_info.c index 51a315e..0c4394d 100644 --- a/nyx/nyx_gui/frontend/gui_info.c +++ b/nyx/nyx_gui/frontend/gui_info.c @@ -23,7 +23,6 @@ #include "../hos/hos.h" #include "../hos/pkg1.h" #include -#include "../storage/nx_emmc_bis.h" #define SECTORS_TO_MIB_COEFF 11 diff --git a/nyx/nyx_gui/libs/fatfs/diskio.c b/nyx/nyx_gui/libs/fatfs/diskio.c index 1a7f98d..f453dbe 100644 --- a/nyx/nyx_gui/libs/fatfs/diskio.c +++ b/nyx/nyx_gui/libs/fatfs/diskio.c @@ -1,5 +1,7 @@ /*-----------------------------------------------------------------------*/ -/* Low level disk I/O module skeleton for FatFs (C)ChaN, 2016 */ +/* Low level disk I/O module skeleton for FatFs */ +/* (C) ChaN, 2016 */ +/* (C) CTCaer, 2018-2020 */ /*-----------------------------------------------------------------------*/ /* If a working storage control module is available, it should be */ /* attached to the FatFs via a glue function rather than modifying it. */ @@ -12,7 +14,6 @@ #include #include /* FatFs lower layer API */ -#include "../../storage/nx_emmc_bis.h" static u32 sd_rsvd_sectors = 0; static u32 ramdisk_sectors = 0;