mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
service: Use ReadBufferSpan where it is trivial to do so
This commit is contained in:
parent
399b6d3a0c
commit
db9a523aae
31 changed files with 78 additions and 77 deletions
|
@ -312,7 +312,7 @@ void Reporter::SaveUnimplementedAppletReport(
|
|||
}
|
||||
|
||||
void Reporter::SavePlayReport(PlayReportType type, u64 title_id,
|
||||
const std::vector<std::vector<u8>>& data,
|
||||
const std::vector<std::span<const u8>>& data,
|
||||
std::optional<u64> process_id, std::optional<u128> user_id) const {
|
||||
if (!IsReportingEnabled()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue