mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-16 12:22:03 +01:00
- added missing config file
- added support for LG LX9500
This commit is contained in:
@@ -709,12 +709,12 @@ namespace ChanSort.Loader.TllFile
|
||||
{
|
||||
if (fileContent[off + i - j] == 101 && fileContent[off + i - j - 6] == 100)
|
||||
// check for Volume/MaxVolue to be 101/100
|
||||
return this.firmwareBlockOffset + i - j - 15;
|
||||
return i - j - 15;
|
||||
}
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user