service/vi: Update to 13.0.0
This commit is contained in:
parent
321c64a122
commit
b0e83f949e
|
@ -15,6 +15,7 @@ CAPS_SS::CAPS_SS(Core::System& system_) : ServiceFramework{system_, "caps:ss"} {
|
||||||
{204, nullptr, "SaveEditedScreenShotEx0"},
|
{204, nullptr, "SaveEditedScreenShotEx0"},
|
||||||
{206, nullptr, "Unknown206"},
|
{206, nullptr, "Unknown206"},
|
||||||
{208, nullptr, "SaveScreenShotOfMovieEx1"},
|
{208, nullptr, "SaveScreenShotOfMovieEx1"},
|
||||||
|
{1000, nullptr, "Unknown1000"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
|
@ -831,6 +831,7 @@ public:
|
||||||
{6010, nullptr, "GetLayerPresentationAllFencesExpiredEvent"},
|
{6010, nullptr, "GetLayerPresentationAllFencesExpiredEvent"},
|
||||||
{6011, nullptr, "EnableLayerAutoClearTransitionBuffer"},
|
{6011, nullptr, "EnableLayerAutoClearTransitionBuffer"},
|
||||||
{6012, nullptr, "DisableLayerAutoClearTransitionBuffer"},
|
{6012, nullptr, "DisableLayerAutoClearTransitionBuffer"},
|
||||||
|
{6013, nullptr, "SetLayerOpacity"},
|
||||||
{7000, nullptr, "SetContentVisibility"},
|
{7000, nullptr, "SetContentVisibility"},
|
||||||
{8000, nullptr, "SetConductorLayer"},
|
{8000, nullptr, "SetConductorLayer"},
|
||||||
{8001, nullptr, "SetTimestampTracking"},
|
{8001, nullptr, "SetTimestampTracking"},
|
||||||
|
|
Loading…
Reference in New Issue