mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 04:27:41 +01:00
Merge pull request #3403 from lioncash/debug
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
This commit is contained in:
commit
8f8dda2d5b
@ -117,7 +117,7 @@ bool NullBackend::SynchronizeDirectory(TitleIDVersion title, std::string name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool NullBackend::Clear(u64 title_id) {
|
bool NullBackend::Clear(u64 title_id) {
|
||||||
LOG_DEBUG(Service_BCAT, "called, title_id={:016X}");
|
LOG_DEBUG(Service_BCAT, "called, title_id={:016X}", title_id);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user