Matrix audio visualizer

This commit is contained in:
Serge
2023-05-18 17:42:19 +02:00
parent c66c8e9030
commit 0eb6209eda
9 changed files with 339 additions and 150 deletions

View File

@@ -166,7 +166,13 @@ namespace GHelper
memory = current_memory;
}
labelGPU.Text = nvControl.FullName;
try
{
labelGPU.Text = nvControl.FullName;
} catch
{
}
//}