mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 17:22:33 -07: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