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
/
mem_map_funcs.cpp
Age
Commit message (
Expand
)
Author
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-15
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-06
added mem_map read for config_mem
bunnei
2014-04-30
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-30
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-04-27
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
added vram to memory_map
bunnei
2014-04-25
removed some cruft
bunnei
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
added functions to map Heap and Shared memory space
bunnei
2014-04-17
added GSP heap memory allocation
bunnei
2014-04-17
fixed bug in Memory::GetPointer
bunnei
2014-04-17
added memory read/write to GSP heap
bunnei
2014-04-17
more various refactors to memory interface
bunnei
2014-04-17
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
2014-04-16
changed unknown memory read/write to report the size
bunnei
2014-04-12
added OS memory read/write for thread command buffer
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-10
cleaned up some logging messages
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei