| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core: Consolidate core and system state, remove system module & cleanups. | 2016-12-21 | 1 | -90/+0 | |
| | | |||||
| * | core: Consolidate top-level system state into a singleton. | 2016-12-21 | 1 | -13/+48 | |
| | | |||||
| * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | 2016-11-19 | 1 | -2/+2 | |
| | | | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | ||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -3/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -3/+3 | |
| | | |||||
| * | system: Add a function to see if the emulator is running. | 2016-08-29 | 1 | -0/+10 | |
| | | |||||
| * | Fix missing return | 2016-03-09 | 1 | -0/+2 | |
| | | |||||
| * | Improve error report from Init() functions | 2016-03-08 | 1 | -2/+4 | |
| | | | | | Add error popup when citra initialization failed | ||||
| * | AudioCore: Skeleton Implementation | 2016-02-21 | 1 | -2/+5 | |
| | | | | | | | | | | This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | ||||
| * | Remove unnecessary new lines, changed Deinit to Shutdown | 2015-10-11 | 1 | -3/+1 | |
| | | |||||
| * | Implement gdbstub | 2015-10-04 | 1 | -0/+6 | |
| | | |||||
| * | Kernel: Remove unused legacy heap MapBlock_* functions | 2015-08-16 | 1 | -1/+0 | |
| | | |||||
| * | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | 2015-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Core: Remove some unused functions and types | 2015-05-04 | 1 | -12/+0 | |
| | | |||||
| * | Core: Fixed a crash and removed some unused variables. | 2015-01-08 | 1 | -2/+2 | |
| | | | | | ARM_Disasm only has static methods, so there's no need to have an instance of it. | ||||
| * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | |||||
| * | HLE: Rename namespaces to match move & fix initialization order | 2014-12-16 | 1 | -6/+6 | |
| | | |||||
| * | Core: Removed unused directory_file_system and meta_file_system modules. | 2014-06-27 | 1 | -2/+0 | |
| | | | | | Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. | ||||
| * | Kernel: Added freeing of kernel objects on emulator shutdown. | 2014-06-13 | 1 | -0/+3 | |
| | | |||||
| * | cleaned up some logging messages | 2014-04-10 | 1 | -5/+10 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -6/+7 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+42 | |