Restore Darling Specific Changes

This commit is contained in:
Thomas A 2022-12-04 18:31:30 -08:00
parent 3a947fe325
commit 6aac142fa1
2 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,9 @@
enum eIOAcceleratorClientTypes {
kIOAccelSurfaceClientType,
kIOAccelNumClientTypes,
#ifdef DARLING
kIOAccelSurface2ClientType = 0x20,
#endif
};

View File

@ -124,7 +124,14 @@ typedef enum {
kIOAccelSurfaceModeStereoBit = 0x00000010,
kIOAccelSurfaceModeWindowedBit = 0x00000020,
#ifdef DARLING
kIOAccelSurfaceModeBeamSync = 0x00008000,
kIOAccelSurfaceModeSurface2 = 0x00004000,
#else
kIOAccelSurfaceModeBeamSync = 0x00008000
#endif
} eIOAccelSurfaceModeBits;