mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-21 10:18:56 +02:00
MacroHLE: Refactor MacroHLE system.
This commit is contained in:
parent
b5b0ec9429
commit
b4fcb0b2b2
11 changed files with 429 additions and 130 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue