SDでもROMファイルシステムが使えるように修正(未検証)

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@329 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2007-12-06 09:53:37 +00:00
parent ab0344e274
commit 5e4486ca45
2 changed files with 1 additions and 6 deletions

View File

@ -45,9 +45,6 @@ extern u32 profile[];
extern u32 pf_cnt; extern u32 pf_cnt;
#endif #endif
#define PXI_FIFO_TAG_DATA PXI_FIFO_TAG_USER_0
static ROM_Header* const rh= (ROM_Header*)HW_TWL_ROM_HEADER_BUF; static ROM_Header* const rh= (ROM_Header*)HW_TWL_ROM_HEADER_BUF;
static int menu_fd = -1; static int menu_fd = -1;
@ -99,6 +96,7 @@ BOOL FATFS_OpenSpecifiedSrl( const char* menufile )
{ {
return FALSE; return FALSE;
} }
FATFS_SaveSrlFilename(FATFS_MEDIA_TYPE_SD, menufile);
return TRUE; return TRUE;
} }

View File

@ -39,9 +39,6 @@ extern u32 profile[];
extern u32 pf_cnt; extern u32 pf_cnt;
#endif #endif
#define PXI_FIFO_TAG_DATA PXI_FIFO_TAG_USER_0
static ROM_Header* const rh = (ROM_Header*)HW_TWL_ROM_HEADER_BUF; static ROM_Header* const rh = (ROM_Header*)HW_TWL_ROM_HEADER_BUF;
#define HEADER_SIZE 0x1000 #define HEADER_SIZE 0x1000