mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 23:08:11 -05:00
yuzutest: Add minor comments
This commit is contained in:
@ -95,7 +95,7 @@ private:
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
|
||||
finish_callback(results);
|
||||
finish_callback(std::move(results));
|
||||
}
|
||||
|
||||
std::string data;
|
||||
|
Reference in New Issue
Block a user