summaryrefslogtreecommitdiffstats
path: root/src/core/hle/shared_page.cpp (follow)
Commit message (Collapse)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
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* 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
| | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* 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
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart962015-02-171-7/+1
| | | | | | | | the helper macro for padding to common_funcs.h
* | 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
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Add some support for the shared page (currently 3d slider is implemented)Zhuowei Zhang2015-01-161-0/+80