hle: Update service function tables

This commit is contained in:
Lioncash
2016-03-11 21:50:18 -05:00
parent 3789de6bd9
commit d7dd6c8bd1
4 changed files with 16 additions and 1 deletions

View File

@ -14,6 +14,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00100000, nullptr, "PowerOffAllBacklights"},
{0x00110040, nullptr, "PowerOnBacklight"},
{0x00120040, nullptr, "PowerOffBacklight"},
{0x00130040, nullptr, "SetLedForceOff"}
};
////////////////////////////////////////////////////////////////////////////////////////////////////