Add back Nvidia 3D because why not

This commit is contained in:
K4sum1 2025-03-24 14:27:12 -07:00
commit 67052bd6bb
7 changed files with 308 additions and 0 deletions

View file

@ -69,6 +69,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
SOURCES += [
'd3d9/CompositorD3D9.cpp',
'd3d9/DeviceManagerD3D9.cpp',
'd3d9/Nv3DVUtils.cpp',
'd3d9/TextureD3D9.cpp',
]
if CONFIG['MOZ_ENABLE_D3D10_LAYER']: