summaryrefslogtreecommitdiff
path: root/src/core/loader/ncch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-12Remove lots more 3DS-specific code.Gravatar bunnei1-263/+0
2017-10-01file_sys, loader: add support for reading TMDs to determine app pathsGravatar shinyquagsire231-3/+14
2017-09-30nso: Refactor and allocate .bss section.Gravatar bunnei1-2/+3
2017-09-26Loaders: Don't automatically set the current process every time we load an ap...Gravatar Subv1-10/+9
2017-09-25HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Gravatar Subv1-2/+1
2017-09-25Loader/NCCH: Add support for loading application updates (#2927)Gravatar Max Thomas1-259/+60
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage1-1/+1
2017-09-10Kernel/Memory: Give each Process its own page table.Gravatar Subv1-0/+1
2017-08-19Added missing parts in libnetwork (#2838)Gravatar B3n301-0/+8
2017-08-03loader: Expose program title.Gravatar bunnei1-0/+20
2017-07-17telemetry: Log performance, configuration, and system data.Gravatar bunnei1-2/+4
2017-06-02Made some changes from review comments:Gravatar TheKoopaKingdom1-7/+4
2017-06-02Fixed encrypted ROM error messages.Gravatar TheKoopaKingdom1-4/+11
2017-05-24telemetry: Log a few simple data fields throughout core.Gravatar bunnei1-0/+3
2017-03-08loader/ncch: less verbose log for loading game list. only log program ID when...Gravatar wwylele1-3/+6
2017-02-13loader: use self NCCH archiveGravatar wwylele1-3/+3
2017-01-04Fix some warnings (#2399)Gravatar Jonathan Hao1-1/+1
2016-12-15loader: Implement ReadProgramIdGravatar MerryMage1-0/+12
2016-12-07Config: auto-select region and languageGravatar wwylele1-0/+22
2016-11-27Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv1-7/+8
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv1-0/+9
2016-10-20Fix typosGravatar Ricardo de Almeida Gonzaga1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-3/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-27/+35
2016-05-21Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot1-1/+8
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv1-0/+3
2016-05-04add icon & title to game listGravatar wwylele1-3/+19
2016-04-23ncch: Use correct format specifier (for long long uint)Gravatar Sam Spilsbury1-1/+1
2016-04-14ncch:only decompress .code sectionGravatar wwylele1-2/+2
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage1-1/+0
2016-03-04Loader/NCCH: Log the program ID during loadingGravatar Yuri Kunde Schlesner1-1/+2
2015-10-10Loader: Change NCCH header types to be explicitly little-endianGravatar Gareth Poole1-2/+1
2015-10-10Loader: Implement encryption checkGravatar Gareth Poole1-0/+5
2015-07-13Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner1-21/+21
2015-07-13FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut1-4/+9
2015-07-11Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner1-4/+28
2015-07-08Loader: Remove log line causing warningGravatar aroulin1-1/+0
2015-06-28CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot1-1/+2
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv1-0/+5
2015-05-15Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner1-1/+1
2015-05-09Loader: Add missing includeGravatar Yuri Kunde Schlesner1-0/+1
2015-05-08Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner1-4/+0
2015-05-08Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner1-2/+18
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-0/+2
2015-04-27Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart961-10/+23
2015-01-15Loader: Clean up the NCCH AppLoader.Gravatar Emmanuel Gil Peyrot1-51/+48
2015-01-15Loader: Guess filetype from the magic, or fallback to the extension.Gravatar Emmanuel Gil Peyrot1-2/+17
2015-01-15Loader: Don’t assume the file hasn’t been read before.Gravatar Emmanuel Gil Peyrot1-4/+7
2015-01-15Loader: Keep a reference to the file and pass it to the correct AppLoader, in...Gravatar Emmanuel Gil Peyrot1-106/+84