14 Feb
2022
14 Feb
'22
5:02 p.m.
On Sat, 12 Feb 2022 at 23:41, Fabian Maurer <dark.shadow4(a)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.