| Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Loaders: Don't automatically set the current process every time we load an application. | Subv | 1 | -8/+7 |
2017-09-25 | HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. | Subv | 1 | -2/+1 |
2017-09-24 | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | 1 | -1/+1 |
2017-09-10 | Kernel/Memory: Give each Process its own page table. | Subv | 1 | -0/+1 |
2017-02-13 | loader: use self NCCH archive | wwylele | 1 | -3/+3 |
2017-01-18 | loader: Add support for 3DSX special relocation types, fixes citra-emu/citra#2449 | Thomas Farr | 1 | -9/+25 |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 1 | -1/+1 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -3/+1 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -42/+43 |
2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | 1 | -0/+3 |
2016-05-07 | fixup simple type conversions where possible | Alexander Laties | 1 | -3/+3 |
2016-05-04 | add icon & title to game list | wwylele | 1 | -0/+27 |
2016-04-16 | core: Clean out some unnecessary header includes | Lioncash | 1 | -5/+1 |
2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | 1 | -2/+2 |
2015-09-21 | Implement 3dsx RomFS | Cruel | 1 | -0/+40 |
2015-07-19 | Core : Change variable type | zawata | 1 | -1/+1 |
2015-07-14 | Loader: Remove unnecessary pointer indirection to IOFile | Yuri Kunde Schlesner | 1 | -2/+2 |
2015-07-12 | Core: Properly configure address space when loading a binary | Yuri Kunde Schlesner | 1 | -8/+29 |
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-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 | 1 | -0/+4 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-09 | Memory: Re-organize and rename memory area address constants | Yuri Kunde Schlesner | 1 | -2/+2 |
2015-05-09 | Process: Rename StaticAddressMapping => AddressMapping | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-09 | Process: Support parsing of exheader kernel caps | Yuri Kunde Schlesner | 1 | -0/+1 |
2015-05-09 | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | 1 | -3/+8 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -0/+2 |
2015-01-15 | Loader: Clean up the ELF AppLoader. | Emmanuel Gil Peyrot | 1 | -2/+2 |
2015-01-15 | Loader: Clean up the 3DSX AppLoader. | Emmanuel Gil Peyrot | 1 | -17/+24 |
2015-01-15 | Loader: Guess filetype from the magic, or fallback to the extension. | Emmanuel Gil Peyrot | 1 | -1/+12 |
2015-01-15 | Loader: Don’t assume the file hasn’t been read before. | Emmanuel Gil Peyrot | 1 | -0/+3 |
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 | 1 | -17/+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 | 1 | -0/+7 |
2015-01-15 | Loader: Don’t duplicate the docstring into the cpp file. | Emmanuel Gil Peyrot | 1 | -4/+0 |
2015-01-15 | Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. | Emmanuel Gil Peyrot | 1 | -25/+23 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-20 | Clean up some warnings | Chin | 1 | -3/+1 |
2014-12-16 | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -7/+7 |
2014-12-08 | Loader: Add 3DSX support | ichfly | 1 | -0/+236 |