| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1766 from Subv/log_cpu | 2016-05-08 | 1 | -0/+3 | |
| |\ | | | | | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1) | ||||
| | * | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | 2016-05-07 | 1 | -0/+3 | |
| | | | | | | | | | We do not currently implement any cores other than the AppCore (Core 0). | ||||
| * | | fixup simple type conversions where possible | 2016-05-07 | 1 | -3/+3 | |
| | | | |||||
| * | | fix:return proper error | 2016-05-06 | 1 | -2/+3 | |
| | | | |||||
| * | | add icon & title to game list | 2016-05-04 | 6 | -23/+149 | |
| | | | |||||
| * | | ncch: Use correct format specifier (for long long uint) | 2016-04-23 | 1 | -1/+1 | |
| |/ | |||||
| * | core: Clean out some unnecessary header includes | 2016-04-16 | 1 | -5/+1 | |
| | | |||||
| * | ncch:only decompress .code section | 2016-04-14 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #1643 from MerryMage/make_unique | 2016-04-05 | 2 | -4/+2 | |
| |\ | | | | | Common: Remove Common::make_unique, use std::make_unique | ||||
| | * | Common: Remove Common::make_unique, use std::make_unique | 2016-04-05 | 2 | -4/+2 | |
| | | | |||||
| * | | loader: Make MakeMagic constexpr | 2016-03-21 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #1344 from LittleWhite-tb/error-output | 2016-03-08 | 1 | -3/+3 | |
| |\ | | | | | Output errors in GUI | ||||
| | * | Improve error report from Init() functions | 2016-03-08 | 1 | -1/+0 | |
| | | | | | | | | | Add error popup when citra initialization failed | ||||
| | * | Display errors in GUI when loading ROM failed | 2016-03-03 | 1 | -2/+3 | |
| | | | |||||
| * | | Loader/NCCH: Log the program ID during loading | 2016-03-04 | 1 | -1/+2 | |
| |/ | | | | | This is useful for all sorts of things, but mainly to identify save folders more easily. | ||||
| * | elf: Don't cast away const | 2016-01-25 | 1 | -3/+3 | |
| | | |||||
| * | Merge pull request #1199 from Gareth422/encryption-check | 2015-10-20 | 3 | -20/+25 | |
| |\ | | | | | Loader: Implement NCCH encryption check | ||||
| | * | Loader: Change NCCH header types to be explicitly little-endian | 2015-10-10 | 2 | -18/+17 | |
| | | | |||||
| | * | Loader: Implement encryption check | 2015-10-10 | 3 | -2/+8 | |
| | | | |||||
| * | | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | 2015-10-09 | 1 | -2/+2 | |
| |/ | | | | The LOG_* function itself already appends one. | ||||
| * | Merge pull request #1095 from archshift/game-list | 2015-10-01 | 2 | -13/+41 | |
| |\ | | | | | Initial implementation of a game list | ||||
| | * | Expose loader helper functions for identifying files. | 2015-09-30 | 2 | -13/+41 | |
| | | | |||||
| * | | Implement 3dsx RomFS | 2015-09-21 | 3 | -3/+61 | |
| |/ | |||||
| * | General: Fix up doxygen comments | 2015-09-10 | 2 | -2/+4 | |
| | | |||||
| * | Properly indicate that CIA support is not implemented yet | 2015-08-15 | 1 | -0/+4 | |
| | | | | | | Make `Loader::LoadFile` return an `ErrorNotImplemented` if you call it on a CIA file. | ||||
| * | Give CIA file type a name | 2015-08-15 | 1 | -0/+2 | |
| | | | | | | Make `GetFileTypeString` return ‘CIA’ for CIA (CTR Importable Archive) files. | ||||
| * | loader: Remove unnecessary else usages | 2015-07-25 | 1 | -9/+9 | |
| | | |||||
| * | Core : Change variable type | 2015-07-19 | 1 | -1/+1 | |
| | | | | | and fix various warnings | ||||
| * | Loader: Fix variable type and remove unused variable | 2015-07-13 | 1 | -2/+1 | |
| | | |||||
| * | Loader: Remove unnecessary pointer indirection to IOFile | 2015-07-13 | 8 | -48/+48 | |
| | | |||||
| * | FS: Stream RomFS from file instead of loading all of it to memory | 2015-07-13 | 4 | -9/+20 | |
| | | |||||
| * | Core: Properly configure address space when loading a binary | 2015-07-11 | 3 | -27/+123 | |
| | | | | | | | 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 overrun | 2015-07-11 | 1 | -13/+16 | |
| | | |||||
| * | Loader: Make 3dsx loader logs a bit less confusing | 2015-07-11 | 1 | -6/+3 | |
| | | |||||
| * | Merge pull request #876 from linkmauve/include-cleanups | 2015-07-10 | 4 | -3/+13 | |
| |\ | | | | | Cleanup includes, mostly in common | ||||
| | * | CitraQt: Cleanup includes. | 2015-06-28 | 3 | -3/+10 | |
| | | | |||||
| | * | Common: Cleanup key_map includes. | 2015-06-28 | 2 | -0/+2 | |
| | | | |||||
| | * | Common: Fix FileUtil includes, and everything relying on those. | 2015-06-28 | 1 | -0/+1 | |
| | | | |||||
| * | | Loader: Remove log line causing warning | 2015-07-08 | 1 | -1/+0 | |
| |/ | |||||
| * | Remove every trailing whitespace from the project (but externals). | 2015-05-29 | 1 | -1/+1 | |
| | | |||||
| * | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | 2015-05-14 | 3 | -0/+13 | |
| | | | | | | | 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 files | 2015-05-15 | 4 | -4/+3 | |
| | | | | | | | | 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/memmap | 2015-05-09 | 2 | -3/+3 | |
| |\ | | | | | Small memory map definitions cleanup | ||||
| | * | Memory: Re-organize and rename memory area address constants | 2015-05-09 | 2 | -3/+3 | |
| | | | |||||
| * | | Loader: Add missing include | 2015-05-09 | 1 | -0/+1 | |
| |/ | |||||
| * | Loader: Remove .bin file support | 2015-05-08 | 2 | -20/+0 | |
| | | | | | | 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 => AddressMapping | 2015-05-08 | 4 | -5/+5 | |
| | | |||||
| * | Loader/NCCH: Fix formatting of braces | 2015-05-08 | 1 | -9/+9 | |
| | | |||||
| * | Process: Support parsing of exheader kernel caps | 2015-05-08 | 3 | -0/+3 | |
| | | |||||
| * | Kernel: Remove g_program_id | 2015-05-08 | 3 | -11/+0 | |
| | | | | | This has been obsoleted by the field in Process. | ||||