mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
Compare commits
2 commits
dc83237ed7
...
d8a3c0bff1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d8a3c0bff1 | ||
![]() |
ec5df4e09d |
1 changed files with 25 additions and 23 deletions
|
@ -33,7 +33,7 @@
|
|||
<StackPanel
|
||||
Margin="10"
|
||||
Orientation="Vertical"
|
||||
Spacing="5">
|
||||
Spacing="10">
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
Classes="h1"
|
||||
|
@ -44,6 +44,7 @@
|
|||
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">
|
||||
|
@ -66,6 +67,7 @@
|
|||
</StackPanel>
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</ScrollViewer>
|
||||
</UserControl>
|
||||
|
|
Loading…
Add table
Reference in a new issue