mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 23:49:14 +00:00
MacroHLE: Refactor MacroHLE system.
This commit is contained in:
@@ -137,6 +137,7 @@ private:
|
||||
std::unordered_map<u32, CacheInfo> macro_cache;
|
||||
std::unordered_map<u32, std::vector<u32>> uploaded_macro_code;
|
||||
std::unique_ptr<HLEMacro> hle_macros;
|
||||
Engines::Maxwell3D& maxwell3d;
|
||||
};
|
||||
|
||||
std::unique_ptr<MacroEngine> GetMacroEngine(Engines::Maxwell3D& maxwell3d);
|
||||
|
||||
Reference in New Issue
Block a user