mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 05:37:52 +00:00
maxwell_3d: Fix macro binding cursor
This commit is contained in:
parent
598157a8c9
commit
95df43ec32
2 changed files with 4 additions and 10 deletions
|
@ -1270,7 +1270,7 @@ private:
|
|||
MemoryManager& memory_manager;
|
||||
|
||||
/// Start offsets of each macro in macro_memory
|
||||
std::unordered_map<u32, u32> macro_offsets;
|
||||
std::array<u32, 0x80> macro_positions = {};
|
||||
|
||||
/// Memory for macro code
|
||||
MacroMemory macro_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue