| Commit message (Expand) | Author | Files | Lines |
2016-11-28 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 3 | -16/+17 |
2016-11-20 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 3 | -0/+27 |
2016-10-20 | Fix typos | Ricardo de Almeida Gonzaga | 2 | -2/+2 |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 4 | -4/+4 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 10 | -21/+4 |
2016-09-19 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 4 | -10/+5 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 9 | -208/+249 |
2016-05-21 | Loader: Split SMDH into its own header and import helpers from QGameList | Emmanuel Gil Peyrot | 3 | -47/+136 |
2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | 2 | -14/+12 |
2016-05-21 | Loader: Add a GetFileType method to get the type of a loaded file | Emmanuel Gil Peyrot | 4 | -0/+30 |
2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | 4 | -47/+21 |
2016-05-07 | fixup simple type conversions where possible | Alexander Laties | 1 | -3/+3 |
2016-05-07 | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | Subv | 1 | -0/+3 |
2016-05-06 | fix:return proper error | wwylele | 1 | -2/+3 |
2016-05-04 | add icon & title to game list | wwylele | 6 | -23/+149 |
2016-04-23 | ncch: Use correct format specifier (for long long uint) | Sam Spilsbury | 1 | -1/+1 |
2016-04-16 | core: Clean out some unnecessary header includes | Lioncash | 1 | -5/+1 |
2016-04-14 | ncch:only decompress .code section | wwylele | 1 | -2/+2 |
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 2 | -4/+2 |
2016-03-21 | loader: Make MakeMagic constexpr | Lioncash | 1 | -1/+1 |
2016-03-08 | Improve error report from Init() functions | LittleWhite | 1 | -1/+0 |
2016-03-05 | Loader/NCCH: Log the program ID during loading | Yuri Kunde Schlesner | 1 | -1/+2 |
2016-03-03 | Display errors in GUI when loading ROM failed | LittleWhite | 1 | -2/+3 |
2016-01-25 | elf: Don't cast away const | Lioncash | 1 | -3/+3 |
2015-10-11 | Loader: Change NCCH header types to be explicitly little-endian | Gareth Poole | 2 | -18/+17 |
2015-10-11 | Loader: Implement encryption check | Gareth Poole | 3 | -2/+8 |
2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | 1 | -2/+2 |
2015-10-01 | Expose loader helper functions for identifying files. | archshift | 2 | -13/+41 |
2015-09-21 | Implement 3dsx RomFS | Cruel | 3 | -3/+61 |
2015-09-10 | General: Fix up doxygen comments | Lioncash | 2 | -2/+4 |
2015-08-15 | Properly indicate that CIA support is not implemented yet | Benjamin Barenblat | 1 | -0/+4 |
2015-08-15 | Give CIA file type a name | Benjamin Barenblat | 1 | -0/+2 |
2015-07-26 | loader: Remove unnecessary else usages | Lioncash | 1 | -9/+9 |
2015-07-19 | Core : Change variable type | zawata | 1 | -1/+1 |
2015-07-14 | Loader: Fix variable type and remove unused variable | Yuri Kunde Schlesner | 1 | -2/+1 |
2015-07-14 | Loader: Remove unnecessary pointer indirection to IOFile | Yuri Kunde Schlesner | 8 | -48/+48 |
2015-07-14 | FS: Stream RomFS from file instead of loading all of it to memory | condut | 4 | -9/+20 |
2015-07-12 | Core: Properly configure address space when loading a binary | Yuri Kunde Schlesner | 3 | -27/+123 |
2015-07-12 | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrun | Yuri Kunde Schlesner | 1 | -13/+16 |
2015-07-12 | Loader: Make 3dsx loader logs a bit less confusing | Yuri Kunde Schlesner | 1 | -6/+3 |
2015-07-08 | Loader: Remove log line causing warning | aroulin | 1 | -1/+0 |
2015-06-28 | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 3 | -3/+10 |
2015-06-28 | Common: Cleanup key_map includes. | Emmanuel Gil Peyrot | 2 | -0/+2 |
2015-06-28 | Common: Fix FileUtil includes, and everything relying on those. | Emmanuel Gil Peyrot | 1 | -0/+1 |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 1 | -1/+1 |
2015-05-15 | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 3 | -0/+13 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 4 | -4/+3 |
2015-05-09 | Loader: Add missing include | Yuri Kunde Schlesner | 1 | -0/+1 |
2015-05-09 | Memory: Re-organize and rename memory area address constants | Yuri Kunde Schlesner | 2 | -3/+3 |
2015-05-09 | Loader: Remove .bin file support | Yuri Kunde Schlesner | 2 | -20/+0 |
2015-05-09 | Process: Rename StaticAddressMapping => AddressMapping | Yuri Kunde Schlesner | 4 | -5/+5 |
2015-05-09 | Loader/NCCH: Fix formatting of braces | Yuri Kunde Schlesner | 1 | -9/+9 |
2015-05-09 | Process: Support parsing of exheader kernel caps | Yuri Kunde Schlesner | 3 | -0/+3 |
2015-05-09 | Kernel: Remove g_program_id | Yuri Kunde Schlesner | 3 | -11/+0 |
2015-05-09 | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | 8 | -29/+88 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 6 | -3/+11 |
2015-04-28 | Services/Loader: Use more sensible log formats for certain functions | purpasmart96 | 2 | -14/+37 |
2015-03-15 | NCCH: Minor updates to the ncch header | purpasmart96 | 1 | -11/+14 |
2015-02-12 | Build: Fixed some warnings | Subv | 1 | -1/+3 |
2015-02-10 | FS: Allow multiple instances of the same archive type to be open at once | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-02-03 | core: Fix some warnings on OSX | Lioncash | 1 | -1/+1 |
2015-01-30 | Silence a few warnings. | Rohit Nirmal | 1 | -2/+2 |
2015-01-30 | loader: Add missing printf argument | Lioncash | 1 | -1/+1 |
2015-01-15 | Loader: Clean up the ELF AppLoader. | Emmanuel Gil Peyrot | 2 | -42/+35 |
2015-01-15 | Loader: Clean up the 3DSX AppLoader. | Emmanuel Gil Peyrot | 1 | -17/+24 |
2015-01-15 | Loader: Clean up the NCCH AppLoader. | Emmanuel Gil Peyrot | 1 | -51/+48 |
2015-01-15 | Loader: Display the type of the file being loaded. | Emmanuel Gil Peyrot | 1 | -3/+23 |
2015-01-15 | Loader: Guess filetype from the magic, or fallback to the extension. | Emmanuel Gil Peyrot | 8 | -26/+112 |
2015-01-15 | Loader: Don’t assume the file hasn’t been read before. | Emmanuel Gil Peyrot | 3 | -4/+13 |
2015-01-15 | Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times. | Emmanuel Gil Peyrot | 8 | -176/+116 |
2015-01-15 | Loader: Initialize the default NCCH values in the class declaration, not in the constructor. | Emmanuel Gil Peyrot | 2 | -8/+4 |
2015-01-15 | Loader: Remove the useless THREEDSXReader class. | Emmanuel Gil Peyrot | 1 | -10/+4 |
2015-01-15 | Loader: Never forget to change is_loaded. | Emmanuel Gil Peyrot | 6 | -7/+15 |
2015-01-15 | Loader: Don’t duplicate the docstring into the cpp file. | Emmanuel Gil Peyrot | 4 | -56/+0 |
2015-01-15 | Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. | Emmanuel Gil Peyrot | 2 | -26/+24 |
2015-01-05 | Fix correct espace | Dante38490 | 1 | -2/+2 |
2015-01-05 | Add support load 3DS room | Dante38490 | 1 | -0/+2 |
2015-01-03 | elf: Make DidRelocate const | Lioncash | 1 | -1/+1 |
2014-12-21 | License change | purpasmart96 | 8 | -10/+10 |
2014-12-20 | Clean up some warnings | Chin | 1 | -3/+1 |
2014-12-20 | Common: Add a clone of std::make_unique | Yuri Kunde Schlesner | 1 | -2/+4 |
2014-12-18 | Filesystem/Archives: Implemented the SaveData archive | Subv | 3 | -0/+11 |
2014-12-16 | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-12-16 | Service.FS: Do archive registration using IdCode instead of name | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-12-16 | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | 2 | -2/+2 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 4 | -35/+35 |
2014-12-08 | Loader: Add 3DSX support | ichfly | 4 | -0/+276 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 3 | -6/+6 |
2014-11-18 | core: Mark some hle functions as static | Lioncash | 1 | -2/+2 |
2014-09-17 | Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. | Emmanuel Gil Peyrot | 3 | -5/+5 |
2014-09-09 | core: Prune redundant includes | archshift | 1 | -1/+0 |
2014-09-09 | Added string_util to common, small changes in loader.cpp | archshift | 1 | -16/+15 |
2014-09-09 | loader.cpp: improved file extension checking, made Upper/LowerStr useful | archshift | 1 | -6/+8 |
2014-09-06 | ncch: Remove C-style struct typedefs | Lioncash | 1 | -4/+4 |
2014-09-06 | ncch: inline declare some variables in LZSS_Decompress | Lioncash | 1 | -7/+5 |
2014-08-31 | Loader: Added support for loading raw BIN executables. | bunnei | 2 | -0/+21 |
2014-08-28 | Loader: Added support for loading raw BIN executables. | bunnei | 2 | -0/+21 |
2014-07-05 | NCCH: Updated ExeFS memory allocation to be safer. | bunnei | 2 | -1/+7 |
2014-07-05 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override". | bunnei | 2 | -9/+9 |
2014-07-05 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei | 2 | -2/+2 |
2014-07-05 | Loader: Updated read methods to be const | bunnei | 3 | -66/+77 |
2014-07-05 | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 1 | -4/+11 |
2014-06-27 | Loader: Refactored interface such that data is no longer stored by loader. | bunnei | 3 | -96/+73 |
2014-06-25 | Loader: Refactored loading functions to only read data from binary if called. | bunnei | 3 | -74/+141 |
2014-06-25 | ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code. | bunnei | 1 | -19/+8 |
2014-06-25 | Loader: Refactored use of const. | bunnei | 6 | -20/+19 |
2014-06-25 | NCCH: Added RomFS loading. | bunnei | 2 | -1/+36 |
2014-06-25 | NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly. | bunnei | 3 | -22/+29 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 6 | -523/+672 |
2014-06-17 | NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer. | bunnei | 1 | -9/+3 |
2014-06-17 | Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h". | bunnei | 1 | -117/+1 |
2014-06-17 | Loader: Cleaned up and removed unused code, refactored ELF namespace. | bunnei | 4 | -209/+70 |
2014-06-17 | Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. | bunnei | 5 | -357/+332 |
2014-06-17 | Loader: Added support for booting NCCH executables. | bunnei | 3 | -0/+374 |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 5 | -0/+805 |