mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 06:46:11 +00:00
Fix menu option, probably
This commit is contained in:
parent
d15099dcf6
commit
6d9f0455d9
1 changed files with 18 additions and 7 deletions
|
@ -1423,12 +1423,18 @@ pub enum RecordingFrames {
|
||||||
F180 = 0x10,
|
F180 = 0x10,
|
||||||
F210 = 0x20,
|
F210 = 0x20,
|
||||||
F240 = 0x40,
|
F240 = 0x40,
|
||||||
F300 = 0x80,
|
F270 = 0x80,
|
||||||
F360 = 0x100,
|
F300 = 0x100,
|
||||||
F420 = 0x200,
|
F330 = 0x200,
|
||||||
F480 = 0x400,
|
F360 = 0x400,
|
||||||
F540 = 0x800,
|
F390 = 0x800,
|
||||||
F600 = 0x1000,
|
F420 = 0x1000,
|
||||||
|
F450 = 0x2000,
|
||||||
|
F480 = 0x4000,
|
||||||
|
F510 = 0x8000,
|
||||||
|
F540 = 0x10000,
|
||||||
|
F570 = 0x20000,
|
||||||
|
F600 = 0x40000,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl RecordingFrames {
|
impl RecordingFrames {
|
||||||
|
@ -1442,13 +1448,18 @@ impl RecordingFrames {
|
||||||
F180 => "180",
|
F180 => "180",
|
||||||
F210 => "210",
|
F210 => "210",
|
||||||
F240 => "240",
|
F240 => "240",
|
||||||
|
F270 => "270",
|
||||||
F300 => "300",
|
F300 => "300",
|
||||||
|
F330 => "330",
|
||||||
F360 => "360",
|
F360 => "360",
|
||||||
|
F390 => "390",
|
||||||
F420 => "420",
|
F420 => "420",
|
||||||
|
F450 => "450",
|
||||||
F480 => "480",
|
F480 => "480",
|
||||||
|
F510 => "510",
|
||||||
F540 => "540",
|
F540 => "540",
|
||||||
|
F570 => "570",
|
||||||
F600 => "600",
|
F600 => "600",
|
||||||
_ => return None,
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue