mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 19:37:58 -05:00
shader: Fix control flow
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
explicit Value(f64 value) noexcept;
|
||||
|
||||
[[nodiscard]] bool IsIdentity() const noexcept;
|
||||
[[nodiscard]] bool IsPhi() const noexcept;
|
||||
[[nodiscard]] bool IsEmpty() const noexcept;
|
||||
[[nodiscard]] bool IsImmediate() const noexcept;
|
||||
[[nodiscard]] bool IsLabel() const noexcept;
|
||||
|
Reference in New Issue
Block a user