2026-09-26 11:24:29

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-26 11:24:29 +00:00
committed by crueter
parent 444e396e11
commit ea0a011d2c
201 changed files with 385 additions and 392 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ private:
rb.Push(0);
}
static constexpr auto functions = CreateStaticMap(
static const auto functions = CreateStaticMap(
FunctionInfo{0, &IContextRegistrar::Complete, "Complete"}
);
};