summaryrefslogtreecommitdiff
path: root/src/core/hle/shared_page.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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