Changes

417 bytes added ,  21:38, 5 December 2019
Line 909: Line 909:     
This contains [[#UserSelectorSettings]].
 
This contains [[#UserSelectorSettings]].
 +
 +
== EulaVersionClockType ==
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || NetworkSystemClock
 +
|-
 +
| 1 || SteadyClock
 +
|}
    
== EulaVersion ==
 
== EulaVersion ==
Line 917: Line 928:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x30 || ?
+
| 0x0 || 0x4 || u32 version
 +
|-
 +
| 0x4 || 0x4 || s32 region_code
 +
|-
 +
| 0x8 || 0x4 || s32 [[#EulaVersionClockType|clock_type]]
 +
|-
 +
| 0xC || 0x4 || Padding
 +
|-
 +
| 0x10 || 0x8 || [[Glue_services|PosixTime]] network_clock_time
 +
|-
 +
| 0x18 || 0x18 || [[Glue_services|SteadyClockTimePoint]] steady_clock_time
 
|-
 
|-
 
|}
 
|}