mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 03:23:34 +00:00
shader: Fix BRX tracking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user