mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-29 10:46:36 +01:00
General: Fix clang format.
This commit is contained in:
parent
1a9b71b1c6
commit
fe24c65153
7 changed files with 14 additions and 18 deletions
|
|
@ -619,7 +619,6 @@ bool MemoryManager::IsContinousRange(GPUVAddr gpu_addr, std::size_t size) const
|
|||
}
|
||||
|
||||
bool MemoryManager::IsFullyMappedRange(GPUVAddr gpu_addr, std::size_t size) const {
|
||||
std::optional<VAddr> old_page_addr{};
|
||||
bool result{true};
|
||||
auto fail = [&]([[maybe_unused]] std::size_t page_index, [[maybe_unused]] std::size_t offset,
|
||||
[[maybe_unused]] std::size_t copy_amount) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue