summaryrefslogtreecommitdiffstats
path: root/src/core/system.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-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.Emmanuel Gil Peyrot2016-09-181-3/+3
|
* system: Add a function to see if the emulator is running.bunnei2016-08-301-0/+10
|
* Fix missing returnLittleWhite2016-03-091-0/+2
|
* Improve error report from Init() functionsLittleWhite2016-03-081-2/+4
| | | | Add error popup when citra initialization failed
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-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 Shutdownpolaris-2015-10-121-3/+1
|
* Implement gdbstubpolaris-2015-10-041-0/+6
|
* Kernel: Remove unused legacy heap MapBlock_* functionsYuri Kunde Schlesner2015-08-161-1/+0
|
* Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner2015-08-161-1/+1
|
* Core: Remove some unused functions and typesYuri Kunde Schlesner2015-05-041-12/+0
|
* Core: Fixed a crash and removed some unused variables.Subv2015-01-091-2/+2
| | | | ARM_Disasm only has static methods, so there's no need to have an instance of it.
* License changepurpasmart962014-12-211-1/+1
|
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-6/+6
|
* Core: Removed unused directory_file_system and meta_file_system modules.bunnei2014-06-271-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.bunnei2014-06-131-0/+3
|
* cleaned up some logging messagesbunnei2014-04-111-5/+10
|
* fixed project includes to use new directory structurebunnei2014-04-091-6/+7
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+42