aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/linker.cpp
AgeCommit message (Collapse)Author
2019-03-19loader: Remove Linker classLioncash
Given the class is now currently unused, it can be removed.
2018-07-23linker: Remove unused parameter from WriteRelocations()Lioncash
is_jump_relocation is never used within the function, so we can just remove it.
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
2018-03-19Clean Warnings (?)N00byKing
2018-01-16clang-formatMerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-10-05loader: Add support for NRO, as well as various fixes and shared linker.bunnei