2026-09-26 11:36:51

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-26 11:36:51 +00:00
committed by crueter
parent b0b8050eda
commit 0150bfc66d
299 changed files with 501 additions and 496 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public:
FunctionInfo{110, nullptr, "SetSystemProgramIdentification"},
FunctionInfo{111, nullptr, "EnsureIdTokenCacheAsync"}
);
FunctionInfoBase const* FindRequest(u32 key) override {
std::optional<FunctionInfoBase> FindRequest(u32 key) override {
return HandlerTableGenerateWithFind(key, functions);
}
};