aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader
Commit message (Collapse)AuthorAge
* Properly indicate that CIA support is not implemented yetGravatar Benjamin Barenblat2015-08-15
| | | | | Make `Loader::LoadFile` return an `ErrorNotImplemented` if you call it on a CIA file.
* Give CIA file type a nameGravatar Benjamin Barenblat2015-08-15
| | | | | Make `GetFileTypeString` return ‘CIA’ for CIA (CTR Importable Archive) files.
* loader: Remove unnecessary else usagesGravatar Lioncash2015-07-25
|
* Core : Change variable typeGravatar zawata2015-07-19
| | | | and fix various warnings
* Loader: Fix variable type and remove unused variableGravatar Yuri Kunde Schlesner2015-07-13
|
* Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
|
* FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-13
|
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-11
| | | | | | The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory.
* Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunGravatar Yuri Kunde Schlesner2015-07-11
|
* Loader: Make 3dsx loader logs a bit less confusingGravatar Yuri Kunde Schlesner2015-07-11
|
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ | | | | Cleanup includes, mostly in common
* | Loader: Remove log line causing warningGravatar aroulin2015-07-08
| |
| * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-14
| | | | | | Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues. Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* Merge pull request #734 from yuriks/memmapGravatar Tony Wasserka2015-05-09
|\ | | | | Small memory map definitions cleanup
* | Loader: Add missing includeGravatar Yuri Kunde Schlesner2015-05-09
| |
| * Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
|/
* Loader: Remove .bin file supportGravatar Yuri Kunde Schlesner2015-05-08
| | | | | It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation.
* Process: Rename StaticAddressMapping => AddressMappingGravatar Yuri Kunde Schlesner2015-05-08
|
* Loader/NCCH: Fix formatting of bracesGravatar Yuri Kunde Schlesner2015-05-08
|
* Process: Support parsing of exheader kernel capsGravatar Yuri Kunde Schlesner2015-05-08
|
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-08
| | | | This has been obsoleted by the field in Process.
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-08
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart962015-04-27
| | | | along with more info being logged.
* NCCH: Minor updates to the ncch headerGravatar purpasmart962015-03-15
|
* Build: Fixed some warningsGravatar Subv2015-02-12
|
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
|
* core: Fix some warnings on OSXGravatar Lioncash2015-02-03
|
* Merge pull request #514 from rohit-n/fix-warningsGravatar bunnei2015-02-01
|\ | | | | Silence a few warnings.
| * Silence a few warnings.Gravatar Rohit Nirmal2015-01-30
| |
* | loader: Add missing printf argumentGravatar Lioncash2015-01-30
|/
* Loader: Clean up the ELF AppLoader.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Clean up the 3DSX AppLoader.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Clean up the NCCH AppLoader.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Display the type of the file being loaded.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Guess filetype from the magic, or fallback to the extension.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Don’t assume the file hasn’t been read before.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Keep a reference to the file and pass it to the correct AppLoader, ↵Gravatar Emmanuel Gil Peyrot2015-01-15
| | | | instead of loading it multiple times.
* Loader: Initialize the default NCCH values in the class declaration, not in ↵Gravatar Emmanuel Gil Peyrot2015-01-15
| | | | the constructor.
* Loader: Remove the useless THREEDSXReader class.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Never forget to change is_loaded.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Don’t duplicate the docstring into the cpp file.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Fix correct espaceGravatar Dante384902015-01-05
|
* Add support load 3DS roomGravatar Dante384902015-01-05
|