Changes

m
correct a typo
Line 112: Line 112:  
# Read the desired setting offset. In case this value is <code>0x0000</code>, the [[System Menu]] falls back to searching for the entry (otherwise [[Dolphin]] generated SYSCONF files would not work).
 
# Read the desired setting offset. In case this value is <code>0x0000</code>, the [[System Menu]] falls back to searching for the entry (otherwise [[Dolphin]] generated SYSCONF files would not work).
 
# When non-zero, it represents an offset in the Item offset list. Seek to the value read, and read another 2 bytes from there.
 
# When non-zero, it represents an offset in the Item offset list. Seek to the value read, and read another 2 bytes from there.
# Seek to the location indicated by the previous read (which is inside the Item offset list, and exists regardless of whether the lookup table is correct) to find the actual settinng.
+
# Seek to the location indicated by the previous read (which is inside the Item offset list, and exists regardless of whether the lookup table is correct) to find the actual setting.
    
New settings are added at the beginning, supposedly for backwards compatibility.
 
New settings are added at the beginning, supposedly for backwards compatibility.
58

edits