mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 03:48:23 -05: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