From 4685ce058d31f17a1c4268a8b1e12d50e053cbf4 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Wed, 23 Sep 2020 14:27:51 +0200 Subject: [PATCH] Updated NCNN warning --- Code/Forms/SettingsForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Forms/SettingsForm.cs b/Code/Forms/SettingsForm.cs index 6fa46c0..0ce3070 100644 --- a/Code/Forms/SettingsForm.cs +++ b/Code/Forms/SettingsForm.cs @@ -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