| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | 1 | -90/+0 | ||
| 2016-12-21 | core: Consolidate top-level system state into a singleton. | 1 | -13/+48 | ||
| 2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | 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 | |||||
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | 1 | -1/+1 | ||
| 2016-09-21 | Remove empty newlines in #include blocks. | 1 | -3/+1 | ||
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
| 2016-09-18 | Sources: Run clang-format on everything. | 1 | -3/+3 | ||
| 2016-08-29 | system: Add a function to see if the emulator is running. | 1 | -0/+10 | ||
| 2016-03-09 | Fix missing return | 1 | -0/+2 | ||
| 2016-03-08 | Improve error report from Init() functions | 1 | -2/+4 | ||
| Add error popup when citra initialization failed | |||||
| 2016-02-21 | AudioCore: Skeleton Implementation | 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. | |||||
| 2015-10-11 | Remove unnecessary new lines, changed Deinit to Shutdown | 1 | -3/+1 | ||
| 2015-10-04 | Implement gdbstub | 1 | -0/+6 | ||
| 2015-09-19 | Implement gdbstub | 1 | -0/+6 | ||
| 2015-08-16 | Kernel: Remove unused legacy heap MapBlock_* functions | 1 | -1/+0 | ||
| 2015-08-16 | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | 1 | -1/+1 | ||
| 2015-05-04 | Core: Remove some unused functions and types | 1 | -12/+0 | ||
| 2015-01-08 | Core: Fixed a crash and removed some unused variables. | 1 | -2/+2 | ||
| ARM_Disasm only has static methods, so there's no need to have an instance of it. | |||||
| 2014-12-20 | License change | 1 | -1/+1 | ||
| 2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | 1 | -6/+6 | ||
| 2014-06-27 | Core: Removed unused directory_file_system and meta_file_system modules. | 1 | -2/+0 | ||
| Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. | |||||
| 2014-06-13 | Kernel: Added freeing of kernel objects on emulator shutdown. | 1 | -0/+3 | ||
| 2014-04-10 | cleaned up some logging messages | 1 | -5/+10 | ||
| 2014-04-08 | fixed project includes to use new directory structure | 1 | -6/+7 | ||
| 2014-04-08 | got rid of 'src' folders in each sub-project | 1 | -0/+0 | ||
| 2014-04-08 | fixed all license file headers in core | 1 | -23/+3 | ||
| 2014-04-06 | initialize VideoCore | 1 | -2/+3 | ||
| 2014-04-05 | added initial support for hw.cpp module | 1 | -0/+4 | ||
| 2013-10-06 | fixed a typo in declaration of meta file system | 1 | -2/+2 | ||
| 2013-10-03 | moved some core functions over to system module | 1 | -1/+6 | ||
| 2013-10-01 | added core_timing and system modules to core vcproj | 1 | -0/+52 | ||