aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2018-07-23NRO Assets and NACP file formatZach Hilman
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-20Merge pull request #752 from Subv/vfs_loadbunnei
2018-07-20Loader: Only print the module names and addresses if they actually exist.Subv
2018-07-20Merge pull request #737 from lioncash/movebunnei
2018-07-20loader/{nca, nro}: std::move VirtualFile in the constructors where applicableLioncash
2018-07-19nso: Silence implicit sign conversion warningsLioncash
2018-07-19nso: Remove unused function ReadSegment()Lioncash
2018-07-19Merge pull request #719 from lioncash/docsbunnei
2018-07-19Merge pull request #718 from lioncash/readbunnei
2018-07-19loader: Amend Doxygen commentsLioncash
2018-07-19loader/nso: Check if read succeeded in IdentifyFile() before checking magic v...Lioncash
2018-07-18loader/nro: Resolve sign mismatch warningsLioncash
2018-07-18loader/nso: Remove unnecessary vector resizesLioncash
2018-07-18loader/nso: Resolve sign mismatch warningsLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-12More improvements to GDBStub (#653)Hedges
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
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