Add better code to the FIRM finding function to convert from integer to its hex representation array
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user