mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-30 23:07:44 +02:00
Compare commits
1 commit
d8a3c0bff1
...
dc83237ed7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
dc83237ed7 |
1 changed files with 23 additions and 25 deletions
|
@ -33,7 +33,7 @@
|
|||
<StackPanel
|
||||
Margin="10"
|
||||
Orientation="Vertical"
|
||||
Spacing="10">
|
||||
Spacing="5">
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
Classes="h1"
|
||||
|
@ -43,30 +43,28 @@
|
|||
Foreground="{DynamicResource SecondaryTextColor}"
|
||||
TextDecorations="Underline"
|
||||
Text="Highly specific hacks & tricks to alleviate performance issues, crashing, or freezing. Can cause issues." />
|
||||
<Separator/>
|
||||
<StackPanel Margin="10,0,0,0">
|
||||
<CheckBox IsChecked="{Binding DirtyHacks.Xc2MenuSoftlockFix}"
|
||||
ToolTip.Tip="{Binding DirtyHacks.Xc2MenuFixTooltip}">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="Xenoblade Chronicles 2 Menu Softlock Fix" />
|
||||
<TextBlock Classes="DefaultDisable" Text="Default: disable" />
|
||||
</StackPanel>
|
||||
</CheckBox>
|
||||
<CheckBox IsChecked="{Binding DirtyHacks.NifmDisableIsAnyInternetRequestAccepted}"
|
||||
ToolTip.Tip="{Binding DirtyHacks.NifmDisableIsAnyInternetRequestAcceptedTooltip}">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="Disable IsAnyInternetRequestAccepted" />
|
||||
<TextBlock Classes="DefaultDisable" Text="Default: disable" />
|
||||
</StackPanel>
|
||||
</CheckBox>
|
||||
<CheckBox IsChecked="{Binding DisableFixOcclusionCulling}"
|
||||
ToolTip.Tip="{ext:Locale DisableFixOcclusionCullingTooltip}">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="{ext:Locale DisableFixOcclusionCulling}" />
|
||||
<TextBlock Classes="DefaultDisable" Text="Default: disable" />
|
||||
</StackPanel>
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
<Separator/>
|
||||
<CheckBox IsChecked="{Binding DirtyHacks.Xc2MenuSoftlockFix}"
|
||||
ToolTip.Tip="{Binding DirtyHacks.Xc2MenuFixTooltip}">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="Xenoblade Chronicles 2 Menu Softlock Fix" />
|
||||
<TextBlock Classes="DefaultDisable" Text="Default: disable" />
|
||||
</StackPanel>
|
||||
</CheckBox>
|
||||
<CheckBox IsChecked="{Binding DirtyHacks.NifmDisableIsAnyInternetRequestAccepted}"
|
||||
ToolTip.Tip="{Binding DirtyHacks.NifmDisableIsAnyInternetRequestAcceptedTooltip}">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="Disable IsAnyInternetRequestAccepted" />
|
||||
<TextBlock Classes="DefaultDisable" Text="Default: disable" />
|
||||
</StackPanel>
|
||||
</CheckBox>
|
||||
<CheckBox IsChecked="{Binding DisableFixOcclusionCulling}"
|
||||
ToolTip.Tip="{ext:Locale DisableFixOcclusionCullingTooltip}">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="{ext:Locale DisableFixOcclusionCulling}" />
|
||||
<TextBlock Classes="DefaultDisable" Text="Default: disable" />
|
||||
</StackPanel>
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</ScrollViewer>
|
||||
|
|
Loading…
Add table
Reference in a new issue