mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 22:35:45 +00:00
shader: Fix BRX tracking
This commit is contained in:
parent
459057f8d4
commit
c63d79cf65
2 changed files with 4 additions and 3 deletions
|
@ -157,6 +157,7 @@ private:
|
|||
ObjectPool<Block>& block_pool;
|
||||
boost::container::small_vector<Function, 1> functions;
|
||||
FunctionId current_function_id{0};
|
||||
Location program_start;
|
||||
};
|
||||
|
||||
} // namespace Shader::Maxwell::Flow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue