Move DisablePython around, benchmark NvApi init

This commit is contained in:
N00MKRAD
2024-08-15 11:34:36 +02:00
parent 49a3c87bdf
commit d0a7c0aee4
5 changed files with 15 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ namespace Flowframes
var opts = new OptionSet
{
{ "np|no_python", "Disable Python implementations", v => Implementations.DisablePython = v != null },
{ "np|no_python", "Disable Python implementations", v => Python.DisablePython = v != null },
};
try