Skip to content

Commit

Permalink
vkd3d: add more feature level selections.
Browse files Browse the repository at this point in the history
  • Loading branch information
longjunyu2 committed Aug 11, 2024
1 parent 7fbb3f8 commit 92462cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class VKD3DConfigDialog extends ContentDialog {
public static final String DEFAULT_CONFIG = DXVKConfigDialog.DEFAULT_CONFIG +
",vkd3dVersion=" + DefaultVersion.VKD3D + ",vkd3dLevel=12_1";
public static final String[] VKD3D_FEATURE_LEVEL = {"12_0", "12_1", "12_2"};
public static final String[] VKD3D_FEATURE_LEVEL = {"12_0", "12_1", "12_2", "11_1", "11_0", "10_1", "10_0", "9_3", "9_2", "9_1"};

public VKD3DConfigDialog(View anchor) {
super(anchor.getContext(), R.layout.vkd3d_config_dialog);
Expand Down

0 comments on commit 92462cb

Please sign in to comment.