summaryrefslogtreecommitdiffstats
path: root/src/core/hle/shared_page.cpp (follow)
Commit message (Expand)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-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-3/+4
* HLE: implement system timewwylele2016-07-231-0/+57
* Set Kernel config "Unknown Value" to 0x1mailwl2016-04-111-0/+3
* HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner2015-08-161-3/+0
* Core: Cleanup core includes.Emmanuel Gil Peyrot2015-06-281-6/+0
* Memory: Read SharedPage directly from Memory::ReadYuri Kunde Schlesner2015-05-151-53/+2
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
* Clean-up includesYuri Kunde Schlesner2015-05-071-1/+3
* HLE: Properly initialize and shutdown remaining modules.bunnei2015-05-021-0/+5
* Merge pull request #570 from purpasmart96/config_membunnei2015-02-181-7/+1
|\
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart962015-02-171-7/+1
* | core: Apply static to local functionsLioncash2015-02-131-0/+1
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
* Add some support for the shared page (currently 3d slider is implemented)Zhuowei Zhang2015-01-161-0/+80