services: Update some function tables

This commit is contained in:
Lioncash
2015-12-30 09:30:57 -05:00
parent 4bc961d5fd
commit 744f4af3ab
25 changed files with 369 additions and 113 deletions

View File

@ -18,14 +18,14 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00050000, nullptr, "StopSampling"},
{0x00060000, nullptr, "IsSampling"},
{0x00070000, nullptr, "GetEventHandle"},
{0x00080040, nullptr, "SetControl"},
{0x00090000, nullptr, "GetControl"},
{0x000A0040, nullptr, "SetBias"},
{0x000B0000, nullptr, "GetBias"},
{0x00080040, nullptr, "SetGain"},
{0x00090000, nullptr, "GetGain"},
{0x000A0040, nullptr, "SetPower"},
{0x000B0000, nullptr, "GetPower"},
{0x000C0042, nullptr, "size"},
{0x000D0040, nullptr, "SetClamp"},
{0x000E0000, nullptr, "GetClamp"},
{0x000F0040, nullptr, "unknown_input1"},
{0x000F0040, nullptr, "SetAllowShellClosed"},
{0x00100040, nullptr, "unknown_input2"},
};