Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
2016-12-21 | core: Consolidate top-level system state into a singleton. | bunnei | |
2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
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 | Yuri Kunde Schlesner | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
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. | Emmanuel Gil Peyrot | |
2016-08-29 | system: Add a function to see if the emulator is running. | bunnei | |
2016-03-09 | Fix missing return | LittleWhite | |
2016-03-08 | Improve error report from Init() functions | LittleWhite | |
Add error popup when citra initialization failed | |||
2016-02-21 | AudioCore: Skeleton Implementation | MerryMage | |
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 | polaris- | |
2015-10-04 | Implement gdbstub | polaris- | |
2015-08-16 | Kernel: Remove unused legacy heap MapBlock_* functions | Yuri Kunde Schlesner | |
2015-08-16 | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | Yuri Kunde Schlesner | |
2015-05-04 | Core: Remove some unused functions and types | Yuri Kunde Schlesner | |
2015-01-08 | Core: Fixed a crash and removed some unused variables. | Subv | |
ARM_Disasm only has static methods, so there's no need to have an instance of it. | |||
2014-12-20 | License change | purpasmart96 | |
2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | |
2014-06-27 | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | |
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. | bunnei | |
2014-04-10 | cleaned up some logging messages | bunnei | |
2014-04-08 | fixed project includes to use new directory structure | bunnei | |
2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |