mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 07:28:00 -05:00
video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member functions
These can also trivially be made const member functions, with the addition of a few consts.
This commit is contained in:
@ -332,9 +332,9 @@ public:
|
||||
|
||||
void Decompile();
|
||||
|
||||
void ShowCurrentState(std::string_view state);
|
||||
void ShowCurrentState(std::string_view state) const;
|
||||
|
||||
void SanityCheck();
|
||||
void SanityCheck() const;
|
||||
|
||||
void Clear();
|
||||
|
||||
|
Reference in New Issue
Block a user