Skip to content

Commit

Permalink
D3D11: Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora-yx committed Feb 1, 2025
1 parent 6b6f458 commit ea42126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SA-Mod-Manager/Controls/SADX/GameConfig.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<ComboBox x:Name="comboRenderBackend" Grid.Column="2" VerticalAlignment="Center" SelectedIndex="0">
<ComboBoxItem Content="Direct3D 8" ToolTip="{StaticResource GameConfig.Tabs.Graphics.Group.Other.RenderBackend.D3D8.ToolTip}"/>
<ComboBoxItem Content="Direct3D 9" ToolTip="{StaticResource GameConfig.Tabs.Graphics.Group.Other.RenderBackend.D3D9.ToolTip}"/>
<ComboBoxItem Content="Direct3D 11 (Unfunctional)" ToolTip="{StaticResource GameConfig.Tabs.Graphics.Group.Other.RenderBackend.D3D11.ToolTip}"/>
<ComboBoxItem Content="Direct3D 11 (Experimental)" ToolTip="{StaticResource GameConfig.Tabs.Graphics.Group.Other.RenderBackend.D3D11.ToolTip}"/>
</ComboBox>
</Grid>

Expand Down

0 comments on commit ea42126

Please sign in to comment.