mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
video_core/ast: Make ShowCurrentState() take a string_view instead of std::string
Allows the function to be non-allocating in terms of the output string.
This commit is contained in:
parent
b1178c30cf
commit
2d2dd7bf7b
2 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@ public:
|
|||
|
||||
void Decompile();
|
||||
|
||||
void ShowCurrentState(std::string state);
|
||||
void ShowCurrentState(std::string_view state);
|
||||
|
||||
void SanityCheck();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue