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.cpp
Age
Commit message (
Expand
)
Author
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-03-21
shared_page: stub battery state
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
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-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-06
Clean-up includes
Yuri Kunde Schlesner
2015-05-01
HLE: Properly initialize and shutdown remaining modules.
bunnei
2015-02-18
Merge pull request #570 from purpasmart96/config_mem
bunnei
2015-02-16
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
2015-02-13
core: Apply static to local functions
Lioncash
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang