Grey Zone Warfare, Reanimal, VEIN, SpongeBob SquarePants: Titans of the Tide support
Some checks failed
FModel QA Builder / build (push) Has been cancelled

FMod Audio Fixes
This commit is contained in:
LongerWarrior 2025-10-19 01:13:55 +03:00
parent b51d539c24
commit 35e05d947f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c46484d743ec5e67394eceb2a0c2e61801ae89e6
Subproject commit 057234c6992ea9b280883e6c1b973c7bb6f4fe8c

View File

@ -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>