summaryrefslogtreecommitdiffstats
path: root/src/core/loader/linker.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linker: Remove unused parameter from WriteRelocations()Lioncash2018-07-231-5/+3
| | | | | is_jump_relocation is never used within the function, so we can just remove it.
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
|
* loader: Move old logging macros over to new fmt-capable onesLioncash2018-04-251-2/+2
|
* Clean Warnings (?)N00byKing2018-03-191-1/+1
|
* clang-formatMerryMage2018-01-161-7/+5
|
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* loader: Add support for NRO, as well as various fixes and shared linker.bunnei2017-10-061-0/+151