File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,6 +306,8 @@ impl<'a> InitDataBuilder::ver<'a> {
306306 unk_alpha_neg: f32 !( 0.8 ) ,
307307 unk_alpha: f32 !( 0.2 ) ,
308308 fast_die0_sensor_mask: U64 ( cfg. fast_sensor_mask[ 0 ] ) ,
309+ #[ ver( G >= G14X ) ]
310+ fast_die1_sensor_mask: U64 ( cfg. fast_sensor_mask[ 1 ] ) ,
309311 fast_die0_release_temp_cc: 100 * pwr. fast_die0_release_temp,
310312 unk_87c: cfg. da. unk_87c,
311313 unk_880: 0x4 ,
@@ -398,9 +400,13 @@ impl<'a> InitDataBuilder::ver<'a> {
398400 } )
399401 } ,
400402 fast_die0_sensor_mask_2: U64 ( cfg. fast_sensor_mask[ 0 ] ) ,
403+ #[ ver( G >= G14X ) ]
404+ fast_die1_sensor_mask_2: U64 ( cfg. fast_sensor_mask[ 1 ] ) ,
401405 unk_e24: cfg. da. unk_e24,
402406 unk_e28: 1 ,
403407 fast_die0_sensor_mask_alt: U64 ( cfg. fast_sensor_mask_alt[ 0 ] ) ,
408+ #[ ver( G >= G14X ) ]
409+ fast_die1_sensor_mask_alt: U64 ( cfg. fast_sensor_mask_alt[ 1 ] ) ,
404410 #[ ver( V < V13_0B4 ) ]
405411 fast_die0_sensor_present: U64 ( cfg. fast_die0_sensor_present as u64 ) ,
406412 unk_163c: 1 ,
You can’t perform that action at this time.
0 commit comments