mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-17 00:47:48 +01:00
Move DisablePython around, benchmark NvApi init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user