summaryrefslogtreecommitdiff
path: root/src/core/system.h
AgeCommit message (Collapse)Author
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-21core: Consolidate top-level system state into a singleton.bunnei
2016-11-19Kernel/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-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-29system: Add a function to see if the emulator is running.bunnei
2016-03-08Improve error report from Init() functionsLittleWhite
Add error popup when citra initialization failed
2015-05-04Core: Remove some unused functions and typesYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-18Merge pull request #210 from lioncash/typedefTony Wasserka
system: Get rid of an unnecessary enum typedef
2014-11-18system: Get rid of an unnecessary enum typedefLioncash
2014-11-18Remove extraneous semicolonsLioncash
2014-06-27Core: 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-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei