index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
shared_page.h
Age
Commit message (
Collapse
)
Author
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
This is a holdover from citra that's essentially unused.
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-03-21
shared_page: stub battery state
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-23
HLE: implement system time
wwylele
2016-04-11
Set Kernel config "Unknown Value" to 0x1
mailwl
2015-08-16
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Yuri Kunde Schlesner
2015-06-28
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-05-15
Memory: Read SharedPage directly from Memory::Read
Yuri Kunde Schlesner
2015-05-01
HLE: Properly initialize and shutdown remaining modules.
bunnei
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang