Add better code to the FIRM finding function to convert from integer to its hex representation array

This commit is contained in:
Aurora
2016-04-13 00:15:09 +02:00
parent e9449f86bf
commit f8f4ecea27
2 changed files with 7 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ static int loadConfig()
{
ret = IFile_Read(&file, &total, &config, 3);
IFile_Close(&file);
if(R_SUCCEEDED(ret)) config |= 1 << 24;
if(R_SUCCEEDED(ret)) config |= 1 << 4;
}
return ret;