summaryrefslogtreecommitdiff
path: root/src/common/address_space.h
AgeCommit message (Collapse)Author
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2022-10-06address_space: Rename va_start to virt_startMorph
Avoids conflicting with the va_start macro
2022-10-06address_space: Address feedbackMorph
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow