summaryrefslogtreecommitdiff
path: root/src/core/loader/ncch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added missing parts in libnetwork (#2838)Gravatar B3n302017-08-191-0/+8
* loader: Expose program title.Gravatar bunnei2017-08-031-0/+20
* telemetry: Log performance, configuration, and system data.Gravatar bunnei2017-07-171-2/+4
* Made some changes from review comments:Gravatar TheKoopaKingdom2017-06-021-7/+4
* Fixed encrypted ROM error messages.Gravatar TheKoopaKingdom2017-06-021-4/+11
* telemetry: Log a few simple data fields throughout core.Gravatar bunnei2017-05-241-0/+3
* loader/ncch: less verbose log for loading game list. only log program ID when...Gravatar wwylele2017-03-081-3/+6
* loader: use self NCCH archiveGravatar wwylele2017-02-131-3/+3
* Fix some warnings (#2399)Gravatar Jonathan Hao2017-01-041-1/+1
* Merge pull request #2240 from wwylele/auto-regionGravatar bunnei2016-12-291-0/+22
|\
| * Config: auto-select region and languageGravatar wwylele2016-12-071-0/+22
* | loader: Implement ReadProgramIdGravatar MerryMage2016-12-151-0/+12
|/
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-271-7/+8
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-191-0/+9
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-201-1/+1
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-27/+35
* Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-211-1/+8
* Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-081-0/+3
|\
| * Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-071-0/+3
* | add icon & title to game listGravatar wwylele2016-05-041-3/+19
* | ncch: Use correct format specifier (for long long uint)Gravatar Sam Spilsbury2016-04-231-1/+1
|/
* ncch:only decompress .code sectionGravatar wwylele2016-04-141-2/+2
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-1/+0
* Loader/NCCH: Log the program ID during loadingGravatar Yuri Kunde Schlesner2016-03-041-1/+2
* Loader: Change NCCH header types to be explicitly little-endianGravatar Gareth Poole2015-10-101-2/+1
* Loader: Implement encryption checkGravatar Gareth Poole2015-10-101-0/+5
* Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-131-21/+21
* FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-131-4/+9
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-111-4/+28
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-101-1/+2
|\
| * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+2
* | Loader: Remove log line causing warningGravatar aroulin2015-07-081-1/+0
|/
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-0/+5
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
* Loader: Add missing includeGravatar Yuri Kunde Schlesner2015-05-091-0/+1
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-081-4/+0
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-081-2/+18
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+2
* Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart962015-04-271-10/+23
* Loader: Clean up the NCCH AppLoader.Gravatar Emmanuel Gil Peyrot2015-01-151-51/+48
* Loader: Guess filetype from the magic, or fallback to the extension.Gravatar Emmanuel Gil Peyrot2015-01-151-2/+17
* Loader: Don’t assume the file hasn’t been read before.Gravatar Emmanuel Gil Peyrot2015-01-151-4/+7
* Loader: Keep a reference to the file and pass it to the correct AppLoader, in...Gravatar Emmanuel Gil Peyrot2015-01-151-106/+84
* Loader: Initialize the default NCCH values in the class declaration, not in t...Gravatar Emmanuel Gil Peyrot2015-01-151-4/+0
* Loader: Never forget to change is_loaded.Gravatar Emmanuel Gil Peyrot2015-01-151-3/+2
* Loader: Don’t duplicate the docstring into the cpp file.Gravatar Emmanuel Gil Peyrot2015-01-151-41/+0
* Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.Gravatar Emmanuel Gil Peyrot2015-01-151-1/+1
* License changeGravatar purpasmart962014-12-201-1/+1