summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
2018-04-20Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-04-03deconstructed_rom_directory.cpp: Fix TypoN00byKing
2018-03-31memory: Fix stack region.bunnei
2018-03-19Clean Warnings (?)N00byKing
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire23
2018-02-25loader: Use NPDM information when loading NSOsshinyquagsire23
2018-02-14nso: Silence formatting specifier warningsLioncash
2018-02-14deconstructed_rom_directory: Silence formatting specifier warningsLioncash
2018-02-05Changed .istorage to .romfsDavid Marcec
2018-01-21deconstructed_rom_directory: Implement istorage loading for RomFS.bunnei
2018-01-20Merge pull request #92 from gdkchan/nro_refactorbunnei
2018-01-20loader: Minor style fix in deconstructed_rom_directoryRozlette
2018-01-20Merge pull request #117 from jroweboy/clang-formatbunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Add DeconstructedRomDirectory for game dumps.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2018-01-20nso: Remove code specific to directory loading.bunnei
2018-01-18Fix NRO Entry Pointgdkchan
2018-01-17Fix NRO loadinggdkchan
2018-01-17Remove relocation on NSO/NROgdkchan
2018-01-16Merge pull request #44 from Rozelette/masterbunnei
2018-01-16clang-formatMerryMage
2018-01-16nso: Modify .bss size calculation logicRozlette
2018-01-15nso: Load subsdk4 if available.bunnei
2018-01-14Add missing FileType declarations in GuessFromExtension and GetFileTypeStringThog
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07nso: Always load the filepath specified by the user.bunnei
2017-10-22nso: Load more common submodules.bunnei
2017-10-22memory: Support 32-bit paging, move heap address space up.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-14nso: Add a log for loading submodules.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
2017-10-05loader: Add support for NRO, as well as various fixes and shared linker.bunnei
2017-10-03nso: Fixes to support homebrew NSOs without a MOD header.bunnei
2017-10-01file_sys, loader: add support for reading TMDs to determine app pathsshinyquagsire23
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30loader: Add support for loading an NSO.bunnei
2017-09-30elf: Check if machine is ARM.bunnei
2017-09-26Loaders: Don't automatically set the current process every time we load an ap...Subv