Skip to content

Commit

Permalink
Updated NCNN warning
Browse files Browse the repository at this point in the history
  • Loading branch information
N00MKRAD committed Sep 23, 2020
1 parent d18b803 commit 4685ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Forms/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void useNcnn_CheckedChanged(object sender, EventArgs e)
if (useNcnn.Checked && initialized)
MessageBox.Show("This only serves as a fallback mode.\nDon't use this if you have an Nvidia GPU.\n\n" +
"The following features do not work with Vulkan/NCNN:\n- Model Interpolation\n- Model Chaining\n"
+ "- Custom Tile Size (Uses Automatic Tile Size)", "Warning");
+ "- Custom Tile Size (Uses Automatic Tile Size)\n\nAlpha is supported and always enabled with NCNN.", "Warning");
}

public struct SettingsGuiCollection
Expand Down

0 comments on commit 4685ce0

Please sign in to comment.