Searched refs:romFilePathp (Results 1 – 4 of 4) sorted by relevance
327 if (!FS_OpenFileEx(file, mbGameList[i].romFilePathp, FS_FILEMODE_R)) in ParentInit()330 mbGameList[i].romFilePathp ? mbGameList[i].romFilePathp : "(NULL)"); in ParentInit()344 mbGameList[i].romFilePathp ? mbGameList[i].romFilePathp : "(NULL)"); in ParentInit()385 mbGameList[i].romFilePathp); in ParentInit()
289 if (!FS_OpenFileEx(file, mbGameList[i].romFilePathp, FS_FILEMODE_R)) in ParentInit()292 mbGameList[i].romFilePathp ? mbGameList[i].romFilePathp : "(NULL)"); in ParentInit()308 BgSetMessage(LIGHT_GREEN, "Registered\"%s\"", mbGameList[i].romFilePathp); in ParentInit()
199 if (!gameInfo->romFilePathp) in MBP_RegistFile()212 if (!FS_OpenFileEx(&file, gameInfo->romFilePathp, FS_FILEMODE_R)) in MBP_RegistFile()230 gameInfo->romFilePathp ? gameInfo->romFilePathp : "(cloneboot)"); in MBP_RegistFile()
170 const char *romFilePathp; member