macro_hle

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

View file

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