[APPCOMPAT] Add RendererFull3D flag

This flag will be used for DDraw experiments.
CORE-20322
This commit is contained in:
Mark Jansen
2025-08-29 20:08:00 +02:00
parent 0b43959beb
commit db57e02d6b
6 changed files with 66 additions and 14 deletions

View File

@@ -271,6 +271,10 @@
<FLAG_MASK_KERNEL>8</FLAG_MASK_KERNEL>
</FLAG>
<FLAG NAME="RendererFull3D">
<!-- ReactOS specific (CORE-20322) -->
<FLAG_MASK_KERNEL>0x8000000000000000</FLAG_MASK_KERNEL>
</FLAG>
</LIBRARY>
<!-- Backwards compatibility layers, incomplete! -->
@@ -442,6 +446,9 @@
<LAYER NAME="GetDiskFreeSpace2GB">
<FLAG_REF NAME="GetDiskFreeSpace2GB" />
</LAYER>
<LAYER NAME="RendererFull3D">
<FLAG_REF NAME="RendererFull3D" />
</LAYER>
<!-- Applications -->