index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
mem_map.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-2
/
+2
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
1
-8
/
+8
2014-11-19
Add static to some variables
Lioncash
1
-30
/
+30
2014-09-09
core: Prune redundant includes
archshift
1
-1
/
+0
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
1
-2
/
+2
2014-05-16
added memory mapped region for system mem - sdk demos load a segment here on ELF load
bunnei
1
-0
/
+3
2014-05-08
added kernel memory to mem_map
bunnei
1
-0
/
+3
2014-05-01
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
1
-0
/
+3
2014-04-25
- added preliminary support for svc_MapMemoryBlock
bunnei
1
-4
/
+6
2014-04-25
added functions to map Heap and Shared memory space
bunnei
1
-2
/
+2
2014-04-18
added memory read/write to GSP heap
bunnei
1
-3
/
+2
2014-04-18
more various refactors to memory interface
bunnei
1
-5
/
+8
2014-04-18
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
1
-7
/
+1
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-2
/
+1
2014-04-11
cleaned up some logging messages
bunnei
1
-2
/
+2
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-4
/
+4
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed all license file headers in core
bunnei
1
-25
/
+3
2014-04-02
-converted tabs to spaces
bunnei
1
-49
/
+46
2014-04-01
added support for reading/writing to stack mem
bunnei
1
-14
/
+20
2014-03-30
initialize mem regions
bunnei
1
-0
/
+2
2014-03-25
added a GetPointer function to Memory for use with ELF loading
bunnei
1
-1
/
+1
2013-09-20
added mem_map hardware writing
ShizZy
1
-23
/
+2
2013-09-19
added hw R/W/ memory functions
ShizZy
1
-1
/
+1
2013-09-19
refactored some mem_map stuff
ShizZy
1
-18
/
+35
2013-09-14
renamed project to 'citrus'
ShizZy
1
-1
/
+1
2013-09-06
start of 3DS memory map
ShizZy
1
-0
/
+52
2013-09-06
added core and mem_map files to the project
ShizZy
1
-15
/
+32
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+35