Searched refs:FS_OpenFileEx (Results 1 – 2 of 2) sorted by relevance
195 if (FS_OpenFileEx(file, "rom:/sub_banner.bnr", FS_FILEMODE_R) ) in TwlMain()
1306 BOOL FS_OpenFileEx(FSFile *file, const char *path, u32 mode) in FS_OpenFileEx() function2296 return FS_OpenFileEx(file, path, FS_FILEMODE_R); in FS_OpenFile()