diff --git a/VERSION b/VERSION index b0d6fd2b..94bf94f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B2-rc2-20-g85b8c12abf+1 \ No newline at end of file +B2-rc2-23-g977d7b277d+1 \ No newline at end of file diff --git a/host/platform/Windows/capture/DXGI/src/dxgi.c b/host/platform/Windows/capture/DXGI/src/dxgi.c index 0580dd4c..927206e4 100644 --- a/host/platform/Windows/capture/DXGI/src/dxgi.c +++ b/host/platform/Windows/capture/DXGI/src/dxgi.c @@ -142,9 +142,9 @@ static void dxgi_initOptions() { .module = "dxgi", .name = "useAcquireLock", - .description = "Enable locking around `AcquireFrame` (use if freezing, may lower performance)", + .description = "Enable locking around `AcquireFrame` (EXPERIMENTAL, leave enabled if you're not sure!)", .type = OPTION_TYPE_BOOL, - .value.x_bool = false + .value.x_bool = true }, {0} };