Utilize hekate's BDK for hekate main and Nyx
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "diskio.h" /* FatFs lower layer API */
|
||||
#include "../../../../common/memory_map.h"
|
||||
#include <libs/fatfs/diskio.h> /* FatFs lower layer API */
|
||||
#include <memory_map.h>
|
||||
#include "../../storage/nx_emmc_bis.h"
|
||||
#include "../../storage/nx_sd.h"
|
||||
#include "../../storage/ramdisk.h"
|
||||
#include "../../storage/sdmmc.h"
|
||||
#include <storage/nx_sd.h>
|
||||
#include <storage/ramdisk.h>
|
||||
#include <storage/sdmmc.h>
|
||||
|
||||
/*-----------------------------------------------------------------------*/
|
||||
/* Get Drive Status */
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#include "ff.h"
|
||||
#include "../../config/config.h"
|
||||
#include "../../mem/heap.h"
|
||||
#include "../../rtc/max77620-rtc.h"
|
||||
#include <libs/fatfs/ff.h>
|
||||
#include "../../config.h"
|
||||
#include <mem/heap.h>
|
||||
#include <rtc/max77620-rtc.h>
|
||||
|
||||
extern nyx_config n_cfg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user