- refactored how service functions are called

- added option to create/delete service handles
This commit is contained in:
bunnei 2014-04-24 22:16:54 -04:00
parent 15dacc4d3f
commit cd0664eb77
5 changed files with 39 additions and 19 deletions

View file

@ -12,7 +12,7 @@
namespace HID_User {
const HLE::FunctionDef FunctionTable[] = {
const Interface::FunctionInfo FunctionTable[] = {
{0x000A0000, NULL, "GetIPCHandles"},
{0x00110000, NULL, "EnableAccelerometer"},
{0x00130000, NULL, "EnableGyroscopeLow"},