summaryrefslogtreecommitdiffstats
path: root/src/core/hle/shared_page.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-09CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n301-2/+2
* CoreTiming: New CoreTiming; Add Test for CoreTiming
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-3/+0
2017-03-21shared_page: stub battery statewwylele1-0/+7
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-3/+4
2016-07-23HLE: implement system timewwylele1-0/+57
2016-04-11Set Kernel config "Unknown Value" to 0x1mailwl1-0/+3
2015-08-16HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner1-3/+0
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot1-6/+0
2015-05-15Memory: Read SharedPage directly from Memory::ReadYuri Kunde Schlesner1-53/+2
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-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.
2015-05-07Clean-up includesYuri Kunde Schlesner1-1/+3
2015-05-02HLE: Properly initialize and shutdown remaining modules.bunnei1-0/+5
2015-02-17ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart961-7/+1
the helper macro for padding to common_funcs.h
2015-02-13core: Apply static to local functionsLioncash1-0/+1
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-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.
2015-01-16Add some support for the shared page (currently 3d slider is implemented)Zhuowei Zhang1-0/+80