summaryrefslogtreecommitdiffstats
path: root/src/core/system.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei1-90/+0
2016-12-22core: Consolidate top-level system state into a singleton.bunnei1-13/+48
2016-11-20Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv1-2/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-3/+3
2016-08-30system: Add a function to see if the emulator is running.bunnei1-0/+10
2016-03-09Fix missing returnLittleWhite1-0/+2
2016-03-08Improve error report from Init() functionsLittleWhite1-2/+4
2016-02-21AudioCore: Skeleton ImplementationMerryMage1-2/+5
2015-10-12Remove unnecessary new lines, changed Deinit to Shutdownpolaris-1-3/+1
2015-10-04Implement gdbstubpolaris-1-0/+6
2015-09-20Implement gdbstubpolaris-1-0/+6
2015-08-16Kernel: Remove unused legacy heap MapBlock_* functionsYuri Kunde Schlesner1-1/+0
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner1-1/+1
2015-05-04Core: Remove some unused functions and typesYuri Kunde Schlesner1-12/+0
2015-01-09Core: Fixed a crash and removed some unused variables.Subv1-2/+2
2014-12-21License changepurpasmart961-1/+1
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner1-6/+6
2014-06-27Core: Removed unused directory_file_system and meta_file_system modules.bunnei1-2/+0
2014-06-13Kernel: Added freeing of kernel objects on emulator shutdown.bunnei1-0/+3
2014-04-11cleaned up some logging messagesbunnei1-5/+10
2014-04-09fixed project includes to use new directory structurebunnei1-6/+7
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed all license file headers in corebunnei1-23/+3
2014-04-06initialize VideoCorebunnei1-2/+3
2014-04-05added initial support for hw.cpp modulebunnei1-0/+4
2013-10-06fixed a typo in declaration of meta file systemShizZy1-2/+2
2013-10-03moved some core functions over to system moduleShizZy1-1/+6
2013-10-02added core_timing and system modules to core vcprojShizZy1-0/+52