2026-09-25 16:26:18

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-25 16:26:18 +00:00
parent 33a6f339a2
commit a1fd05e855
17 changed files with 351 additions and 385 deletions
+4 -4
View File
@@ -154,8 +154,8 @@ public:
FunctionInfoBase const* FindRequest(u32 key) override {
return HandlerTableGenerateWithFind(key,
{0 , nullptr, "Match"},
{1 , nullptr, "Filter"},
FunctionInfo{0, nullptr, "Match"},
FunctionInfo{1, nullptr, "Filter"},
FunctionInfo{100, nullptr, "ConfigureAutoUpdateSetting"},
FunctionInfo{101, nullptr, "RequestResourceUpdateCheck"},
FunctionInfo{110, nullptr, "Reload"},
@@ -212,7 +212,7 @@ public:
FunctionInfoBase const* FindRequest(u32 key) override {
return HandlerTableGenerateWithFind(key,
{0 , D<&IUserService::Cmd0>, "Cmd0"}
FunctionInfo{0, D<&IUserService::Cmd0>, "Cmd0"}
);
}
Result Cmd0(u32 unk0, OutInterface<IUserShimScopedObject> out_interface) {
@@ -257,7 +257,7 @@ public:
FunctionInfoBase const* FindRequest(u32 key) override {
return HandlerTableGenerateWithFind(key,
{0 , D<&ISystemService::Cmd0>, "Cmd0"}
FunctionInfo{0, D<&ISystemService::Cmd0>, "Cmd0"}
);
}
Result Cmd0(OutInterface<ISystemShimScopedObject> out_interface) {