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
/
config_mem.cpp
Age
Commit message (
Expand
)
Author
2018-07-23
hle: Remove config_mem.h/.cpp
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-01-30
Core: update Kernel Config Memory to latest version (11.2)
mailwl
2016-04-16
core: Clean out some unnecessary header includes
Lioncash
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Yuri Kunde Schlesner
2015-05-15
Memory: Read ConfigMem 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-04-28
ConfigMem: Remove duplicate retail bit
purpasmart96
2015-03-23
ConfigMem: Set the app memory to be 96MB instead of the default 64MB
purpasmart96
2015-02-16
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
New logging system
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-09-08
core: Prune redundant includes
archshift
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-06
added config_mem module for HLE of firmware configuration memory settings
bunnei