macro_hle

This commit is contained in:
Franco 2023-09-18 02:49:12 -03:00
parent 2db3a20ff9
commit b427db531e

View file

@ -26,7 +26,7 @@ public:
private:
Engines::Maxwell3D& maxwell3d;
tsl::robin_map<u64, std::function<std::unique_ptr<CachedMacro>(Engines::Maxwell3D&)>> builders;
};
tsl::robin_map<u64, std::function<std::unique_ptr<CachedMacro>(Engines::Maxwell3D&)>> builders;
};
} // namespace Tegra