mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
core: Update service function tables to 16.0.0+
This commit is contained in:
parent
6a1319a01f
commit
932cf55052
13 changed files with 63 additions and 2 deletions
|
@ -249,6 +249,9 @@ public:
|
|||
{2053, nullptr, "DestroyIndirectProducerEndPoint"},
|
||||
{2054, nullptr, "CreateIndirectConsumerEndPoint"},
|
||||
{2055, nullptr, "DestroyIndirectConsumerEndPoint"},
|
||||
{2060, nullptr, "CreateWatermarkCompositor"},
|
||||
{2062, nullptr, "SetWatermarkText"},
|
||||
{2063, nullptr, "SetWatermarkLayerStacks"},
|
||||
{2300, nullptr, "AcquireLayerTexturePresentingEvent"},
|
||||
{2301, nullptr, "ReleaseLayerTexturePresentingEvent"},
|
||||
{2302, nullptr, "GetDisplayHotplugEvent"},
|
||||
|
@ -279,6 +282,8 @@ public:
|
|||
{6011, nullptr, "EnableLayerAutoClearTransitionBuffer"},
|
||||
{6012, nullptr, "DisableLayerAutoClearTransitionBuffer"},
|
||||
{6013, nullptr, "SetLayerOpacity"},
|
||||
{6014, nullptr, "AttachLayerWatermarkCompositor"},
|
||||
{6015, nullptr, "DetachLayerWatermarkCompositor"},
|
||||
{7000, nullptr, "SetContentVisibility"},
|
||||
{8000, nullptr, "SetConductorLayer"},
|
||||
{8001, nullptr, "SetTimestampTracking"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue