mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Core: Use move semantics for Renderer::SaveScreenshot
This commit is contained in:
parent
ff8f978eaf
commit
37ef5a54c9
2 changed files with 3 additions and 3 deletions
|
@ -196,7 +196,7 @@ public:
|
|||
float EFBToScaledYf(float y) const;
|
||||
|
||||
// Random utilities
|
||||
void SaveScreenshot(const std::string& filename, bool wait_for_completion);
|
||||
void SaveScreenshot(std::string filename, bool wait_for_completion);
|
||||
void DrawDebugText();
|
||||
|
||||
// ImGui initialization depends on being able to create textures and pipelines, so do it last.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue