summaryrefslogtreecommitdiff
path: root/src/core/hle/shared_page.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core_timing: Namespace all functions and constants in core_timing's headerGravatar Lioncash2018-04-301-2/+3
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n302018-01-081-2/+2
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-3/+0
* shared_page: stub battery stateGravatar wwylele2017-03-211-0/+7
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-3/+4
* HLE: implement system timeGravatar wwylele2016-07-231-0/+57
* Set Kernel config "Unknown Value" to 0x1Gravatar mailwl2016-04-111-0/+3
* HLE: Remove empty ConfigMem and SharedPage Shutdown functionsGravatar Yuri Kunde Schlesner2015-08-161-3/+0
* Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-281-6/+0
* Memory: Read SharedPage directly from Memory::ReadGravatar Yuri Kunde Schlesner2015-05-151-53/+2
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-061-1/+3
* HLE: Properly initialize and shutdown remaining modules.Gravatar bunnei2015-05-011-0/+5
* Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-181-7/+1
|\
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-161-7/+1
* | core: Apply static to local functionsGravatar Lioncash2015-02-131-0/+1
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-1/+0
* Add some support for the shared page (currently 3d slider is implemented)Gravatar Zhuowei Zhang2015-01-151-0/+80