Fix derp (3)

This commit is contained in:
Aurora
2016-11-15 20:18:28 +01:00
parent 0306556032
commit 1fcab825bf
5 changed files with 8 additions and 12 deletions

View File

@@ -172,7 +172,7 @@ static inline bool loadTitleLocaleConfig(u64 progId, u8 *regionId, u8 *languageI
IFile file;
if(R_FAILED(openLumaFile(&file, path))) return 0;
if(R_FAILED(openLumaFile(&file, path))) return true;
bool ret;
u64 fileSize;