mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Grey Zone Warfare, Reanimal, VEIN, SpongeBob SquarePants: Titans of the Tide support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Some checks failed
FModel QA Builder / build (push) Has been cancelled
FMod Audio Fixes
This commit is contained in:
parent
b51d539c24
commit
35e05d947f
|
|
@ -1 +1 @@
|
|||
Subproject commit c46484d743ec5e67394eceb2a0c2e61801ae89e6
|
||||
Subproject commit 057234c6992ea9b280883e6c1b973c7bb6f4fe8c
|
||||
|
|
@ -235,7 +235,7 @@
|
|||
IsChecked="{Binding ShowDecompileOption, Source={x:Static local:Settings.UserSettings.Default}, Mode=TwoWay}" Margin="0 5 0 10"/>
|
||||
|
||||
<TextBlock Grid.Row="19" Grid.Column="0" Text="Max Wwise Bank (.BNK) Prefetch" VerticalAlignment="Center" Margin="0 0 0 5" />
|
||||
<Slider Grid.Row="19" Grid.Column="2" Grid.ColumnSpan="5" TickPlacement="None" Minimum="0" Maximum="512" Ticks="0,2,4,8,16,32,64,128,256,512"
|
||||
<Slider Grid.Row="19" Grid.Column="2" Grid.ColumnSpan="5" TickPlacement="None" Minimum="0" Maximum="2048" Ticks="0,8,32,128,256,512,1024,2048"
|
||||
AutoToolTipPlacement="BottomRight" IsMoveToPointEnabled="True" IsSnapToTickEnabled="True" Margin="0 5 0 5"
|
||||
Value="{Binding WwiseMaxBnkPrefetch, Source={x:Static local:Settings.UserSettings.Default}, Mode=TwoWay}"/>
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user