[PATCH] dxgi: Fake success in dxgi_adapter_RegisterVideoMemoryBudgetChangeNotificationEvent

Henri Verbeet hverbeet at gmail.com
Mon Feb 14 11:02:43 CST 2022


On Sat, 12 Feb 2022 at 23:41, Fabian Maurer <dark.shadow4 at web.de> wrote:
> @@ -350,7 +350,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_adapter_RegisterVideoMemoryBudgetChangeNot
>  {
>      FIXME("iface %p, event %p, cookie %p stub!\n", iface, event, cookie);
>
> -    return E_NOTIMPL;
> +    return S_OK;
>  }
>
I think we should just implement this. Conor sent a patch series for
this some time ago; that didn't make it in at the time, but that could
be rebased, and the functionality is likely a bit easier to implement
these days.



More information about the wine-devel mailing list